diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-02-04 13:34:07 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-02-04 13:34:07 +0100 |
commit | 5115725a84e95bbcd5077a6093f1b0ec78c2271b (patch) | |
tree | accf6b883679b7e7b1a4a7f8b6013714a8bf01be /user_guide | |
parent | 877ec2a3f6245362e78ffbaf712a81676850a075 (diff) |
fixed documentation to reference set_rules() vs set_rule()
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 2 | ||||
-rw-r--r-- | user_guide/libraries/form_validation.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 00deea201..d3bc7e22b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -95,7 +95,7 @@ SVN Revision: </p> <h3>Bug fixes for 1.7.1</h3> <ul> - <li>Fixed assorted user guide typos or examples.</li> + <li>Fixed assorted user guide typos or examples (#6521).</li> <li>Fixed a bug in the MySQLi driver when no port is specified</li> <li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li> <li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li> diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index b49117ed7..31fd6e9f4 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -1110,7 +1110,7 @@ like <kbd>trim</kbd>, <kbd>htmlspecialchars</kbd>, <kbd>urldecode</kbd>, etc.</p <p>The following functions are intended for use in your controller functions.</p> -<h2>$this->form_validation->set_rule();</h2> +<h2>$this->form_validation->set_rules();</h2> <p>Permits you to set validation rules, as described in the tutorial sections above:</p> |