plugins/SpecialUserFuncs.php
changeset 586 234ddd896555
parent 573 43e7254afdb4
child 590 03a60844c7c5
--- a/plugins/SpecialUserFuncs.php	Thu Jun 26 17:31:33 2008 -0400
+++ b/plugins/SpecialUserFuncs.php	Thu Jun 26 18:03:04 2008 -0400
@@ -227,7 +227,7 @@
         $errstring = $lang->get('user_err_key_not_found');
         break;
       case 'ERR_DH_KEY_NOT_FOUND':
-        $errstring = $lang->get('user_err_dh_key_not_found') . " -- {$__login_status['debug']}";
+        $errstring = $lang->get('user_err_dh_key_not_found'); // . " -- {$__login_status['debug']}";
         break;
       case 'ERR_DH_KEY_NOT_INTEGER':
         $errstring = $lang->get('user_err_dh_key_not_numeric');