From 11213e4c0f1de094746e834ca6c8f547459703dd Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 23 Mar 2008 23:20:42 +0000 Subject: missing quotes --- system/plugins/captcha_pi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index 7aa31efb1..2c82f70a1 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -245,7 +245,7 @@ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path = // ----------------------------------- // PHP.net recommends imagecreatetruecolor(), but it isn't always available - if (function_exists(imagecreatetruecolor)) + if (function_exists('imagecreatetruecolor')) { $im = imagecreatetruecolor($img_width, $img_height); } -- cgit v1.2.3-24-g4f1b