summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Hepner <me@chrishepner.info>2013-08-02 07:30:52 +0200
committerChris Hepner <me@chrishepner.info>2013-08-02 07:30:52 +0200
commitef0a95ef4c0e866e3bdb206024f71f0834430b81 (patch)
tree14b574da4733749be3c30703c4274c2ddcf4936e
parentdc3ba214cb9d938bb9f310ceaef667af3a34002c (diff)
Fixed incorrect documentation for decimal validator
-rw-r--r--user_guide/libraries/form_validation.html6
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">&nbsp;</td>
</tr>
@@ -1247,4 +1247,4 @@ Next Topic:&nbsp;&nbsp;<a href="ftp.html">FTP Class</a>
</div>
</body>
-</html> \ No newline at end of file
+</html>