From ac91bd701c11e8c9e5cb42b1120eb9f88f73456a Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 26 Oct 2008 21:52:41 +0000 Subject: Fixed some typos --- user_guide/libraries/form_validation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/form_validation.html') diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 8485c7d3f..196c83b31 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -561,7 +561,7 @@ callback function for you to process.

To invoke a callback just put the function name in a rule, with "callback_" as the rule prefix.

-

You can also process the form data that is passed to your callback and return it. If your callback returns anything other then a boolean TRUE/FALSE +

You can also process the form data that is passed to your callback and return it. If your callback returns anything other than a boolean TRUE/FALSE it is assumed that the data is your newly processed form data.

-- cgit v1.2.3-24-g4f1b