diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-11 11:17:25 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-11 11:17:25 +0100 |
commit | 2d927761f13489187db6ae34a7c0a52367779de4 (patch) | |
tree | 4163cb591164af2279f389bb561258b68a1d1032 /user_guide/helpers/captcha_helper.html | |
parent | 52e73183c2d3723c12a0a711d604f9f42f8e7b2b (diff) | |
parent | f21a4649afaf4726c8b2feb36dcec9e4fbd95661 (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'user_guide/helpers/captcha_helper.html')
-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> |