changeset 456 | e133d321fce4 |
parent 448 | f725a16e4a20 |
child 458 | c433348f3628 |
--- a/plugins/SpecialUserFuncs.php Thu Jan 31 22:28:40 2008 -0500 +++ b/plugins/SpecialUserFuncs.php Fri Feb 01 22:31:57 2008 -0500 @@ -361,7 +361,7 @@ $captcharesult = $session->get_captcha($_POST['captchahash']); $session->kill_captcha(); - if($captcharesult != $_POST['captchacode']) + if(strtolower($captcharesult) != strtolower($_POST['captchacode'])) { $s = 'The confirmation code you entered was incorrect.'; }