plugins/SpecialUserFuncs.php
changeset 283 e133d321fce4
parent 274 f725a16e4a20
child 285 e72bf2c24875
--- 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.';
     }