diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-03-11 02:39:54 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-03-11 02:39:54 +0100 |
commit | a170cc1c665a524064c48f1de9fd658c51df5a95 (patch) | |
tree | cade0e5176383e6f25e7ecd2e4cf2db9237d9fe5 /user_guide/helpers | |
parent | b42466419f4b49cf5121f3103f7dd342075458db (diff) |
Fixed the function name in captcha helper. Fixes #51
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/captcha_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/captcha_helper.html b/user_guide/helpers/captcha_helper.html index e2404bcf1..ab684f3d9 100644 --- a/user_guide/helpers/captcha_helper.html +++ b/user_guide/helpers/captcha_helper.html @@ -68,7 +68,7 @@ CAPTCHA Helper <p>The following functions are available:</p> -<h2>captcha_create(<var>$data</var>)</h2> +<h2>create_captcha(<var>$data</var>)</h2> <p>Takes an array of information to generate the CAPTCHA as input and creates the image to your specifications, returning an array of associative data about the image.</p> |