diff options
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> |