diff options
author | Chris Hepner <me@chrishepner.info> | 2013-08-02 07:30:52 +0200 |
---|---|---|
committer | Chris Hepner <me@chrishepner.info> | 2013-08-02 07:30:52 +0200 |
commit | ef0a95ef4c0e866e3bdb206024f71f0834430b81 (patch) | |
tree | 14b574da4733749be3c30703c4274c2ddcf4936e /user_guide | |
parent | dc3ba214cb9d938bb9f310ceaef667af3a34002c (diff) |
Fixed incorrect documentation for decimal validator
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/form_validation.html | 6 |
1 files 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:</p> <tr> <td class="td"><strong>decimal</strong></td> - <td class="td">Yes</td> - <td class="td">Returns FALSE if the form element is not exactly the parameter value.</td> + <td class="td">No</td> + <td class="td">Returns FALSE if the form element contains anything other than a decimal number.</td> <td class="td"> </td> </tr> @@ -1247,4 +1247,4 @@ Next Topic: <a href="ftp.html">FTP Class</a> </div> </body> -</html>
\ No newline at end of file +</html> |