From ef0a95ef4c0e866e3bdb206024f71f0834430b81 Mon Sep 17 00:00:00 2001 From: Chris Hepner Date: Thu, 1 Aug 2013 22:30:52 -0700 Subject: Fixed incorrect documentation for decimal validator --- user_guide/libraries/form_validation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index b04dac238..a073d88f2 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -1022,8 +1022,8 @@ POST array:

decimal - Yes - Returns FALSE if the form element is not exactly the parameter value. + No + Returns FALSE if the form element contains anything other than a decimal number.   @@ -1247,4 +1247,4 @@ Next Topic:  FTP Class - \ No newline at end of file + -- cgit v1.2.3-24-g4f1b