summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2010-11-09 19:06:49 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2010-11-09 19:06:49 +0100
commitb77e5e21aaefab5c2e582064d2fc5bf97fb2f19e (patch)
treebc0ad8ebe4f2d103a0c148047b3de5ec1caed24c /user_guide
parentf566af5ffb8f2e8d49bd0b206c6ee29c8bc35a78 (diff)
Removed the validation library deprectation warning. It's no longer valid for 2.0.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/form_validation.html3
1 files changed, 0 insertions, 3 deletions
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
<p>CodeIgniter provides a comprehensive form validation and data prepping class that helps minimize the amount of code you'll write.</p>
-<p class="important"><strong>Note:</strong>&nbsp; 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.</p>
-
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#tutorial">Form Validation Tutorial</a>