From 5115725a84e95bbcd5077a6093f1b0ec78c2271b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Feb 2009 12:34:07 +0000 Subject: fixed documentation to reference set_rules() vs set_rule() --- user_guide/libraries/form_validation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/form_validation.html') 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 trim, htmlspecialchars, urldecode, etc.

The following functions are intended for use in your controller functions.

-

$this->form_validation->set_rule();

+

$this->form_validation->set_rules();

Permits you to set validation rules, as described in the tutorial sections above:

-- cgit v1.2.3-24-g4f1b