commit | 11213e4c0f1de094746e834ca6c8f547459703dd | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Sun Mar 23 23:20:42 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Sun Mar 23 23:20:42 2008 +0000 |
tree | ffd2a5e98a7a975dd9c807666ee0d54a3d07432c | |
parent | be97bdc41601ead493287d67ac80cd5241ddc746 [diff] |
missing quotes
diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index 7aa31ef..2c82f70 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php
@@ -245,7 +245,7 @@ // ----------------------------------- // PHP.net recommends imagecreatetruecolor(), but it isn't always available - if (function_exists(imagecreatetruecolor)) + if (function_exists('imagecreatetruecolor')) { $im = imagecreatetruecolor($img_width, $img_height); }