diff -r 7906fb190fc1 -r bc4b58034f4d plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Sat Mar 01 23:02:05 2008 -0500 +++ b/plugins/SpecialUserFuncs.php Sun Mar 02 19:32:19 2008 -0500 @@ -1439,7 +1439,7 @@ require ( ENANO_ROOT.'/includes/captcha.php' ); $captcha = captcha_object($hash, 'freecap'); - $captcha->debug = true; + // $captcha->debug = true; $captcha->make_image(); exit;