diff -r 6ae6e387a0e3 -r d907601ccad2 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Wed Feb 06 18:41:47 2008 -0500 +++ b/plugins/SpecialUserFuncs.php Wed Feb 06 19:27:43 2008 -0500 @@ -1323,7 +1323,8 @@ { $paths->main_page(); } - + + $session->make_captcha(7, $hash); $code = $session->generate_captcha_code(); $q = $db->sql_query('UPDATE ' . table_prefix . "captcha SET code = '$code' WHERE session_id = '$hash';"); if ( !$q )