From b77e5e21aaefab5c2e582064d2fc5bf97fb2f19e Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Tue, 9 Nov 2010 13:06:49 -0500 Subject: Removed the validation library deprectation warning. It's no longer valid for 2.0. --- user_guide/libraries/form_validation.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'user_guide') diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 1d0b57181..18f391a57 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -58,9 +58,6 @@ 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.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.

-