plugins/SpecialUserFuncs.php
changeset 472 bc4b58034f4d
parent 459 31c23016ab62
child 504 bc8e0e9ee01d
--- 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;