summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-28 13:15:58 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-28 13:15:58 +0100
commitb261439cf3f12ce047b4dcc576fcbd511075ba29 (patch)
tree28f4bd3c1dd2b71ad97f6c9ff0e39a0292b84a9e /user_guide
parent5390140c9e5c5eb57044d1ddaa8d932e5527eb3d (diff)
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 86e7b7595..b55de6278 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -115,7 +115,7 @@ Change Log
<li>Added Flashdata variables, session_id regeneration and configurable session update times to the <a href="./libraries/sessions.html">Session class.</a></li>
<li>Added a language entry for valid_ip validation error.</li>
<li>Modified prep_for_form() in the Validation class to accept arrays, adding support for POST array validation (via callbacks only)</li>
- <li>Changed &quot;numeric&quot; to use is_numeric() and added an &quot;integer&quot; rule into the <a href="./libraries/validation.html">Validation</a> library.</li>
+ <li>Added an &quot;integer&quot; rule into the <a href="./libraries/validation.html">Validation</a> library.</li>
<li>Changed the behaviour of custom callbacks so that they no longer trigger the &quot;required&quot; rule. </li>
<li>Modified Upload class $_FILES error messages to be more precise.</li>
<li>Moved the safe mode and auth checks for the Email library into the constructor. </li>