From 69db8efaffadfc93ff0eec3a9733793e8b358dfb Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 25 Sep 2008 13:04:12 +0000 Subject: Fixed incorrect parenthesis in form_open() function. (#5135) A few doc typo fixes --- user_guide/libraries/form_validation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 04074bfbc..0f89fb810 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -58,7 +58,7 @@ Form Validation

CodeIgniter provides a comprehensive form validation and data prepping class that helps minimize the amount of code you'll write.

-

Note:  As of CodeIgniter 1.6.4, this Form Validation class supercedes the old Validation class, which is now deprecated. We +

Note:  As of CodeIgniter 1.7.0, this Form Validation class supercedes the old Validation class, which is now deprecated. We have left the old class in the library so applications currently using it will not break, but you are encouraged to migrate to this new version.