diff options
author | vkeranov <vkeranov@gmail.com> | 2012-07-12 09:51:34 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-07-12 09:51:34 +0200 |
commit | 6332664540fc5529ba5d41d3d7a150bc5087dbb8 (patch) | |
tree | 47026ff6dcd9c4fc9d36c85ac3c48c9154f75381 | |
parent | f82914a62a36fcd758efa98deb499d581207b3b8 (diff) |
Fixed typo in the comments
-rw-r--r-- | system/helpers/captcha_helper.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php index 4676b2a65..a4383c9d3 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -32,7 +32,7 @@ * @subpackage Helpers * @category Helpers * @author EllisLab Dev Team - * @link http://codeigniter.com/user_guide/helpers/xml_helper.html + * @link http://codeigniter.com/user_guide/helpers/captcha_helper.html */ // ------------------------------------------------------------------------ @@ -186,7 +186,6 @@ if ( ! function_exists('create_captcha')) } } - // Create the border imagerectangle($im, 0, 0, $img_width - 1, $img_height - 1, $border_color); |