From a170cc1c665a524064c48f1de9fd658c51df5a95 Mon Sep 17 00:00:00 2001 From: Eric Barnes Date: Thu, 10 Mar 2011 20:39:54 -0500 Subject: Fixed the function name in captcha helper. Fixes #51 --- user_guide/helpers/captcha_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers') 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

The following functions are available:

-

captcha_create($data)

+

create_captcha($data)

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.

-- cgit v1.2.3-24-g4f1b