summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-08-07 13:36:07 +0200
committerAndrey Andreev <narf@devilix.net>2013-08-07 13:36:07 +0200
commit533bf8f526be37954a2987e09df2be1c40ba49ba (patch)
tree6725e6bd2352228af21f92588cf72317f0e80f0c
parentfdddb7eb4e73f9ffdbc939bdc6d95f3e8b79117c (diff)
parentef0a95ef4c0e866e3bdb206024f71f0834430b81 (diff)
Merge pull request #2577 from chrishepner/2.1-stable
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>