--- a/plugins/SpecialUserFuncs.php Tue Apr 01 01:25:47 2008 -0400
+++ b/plugins/SpecialUserFuncs.php Tue Apr 01 01:26:22 2008 -0400
@@ -1070,7 +1070,7 @@
function regenCaptcha()
{
var frm = document.forms.regform;
- document.getElementById('captchaimg').src = '<?php echo makeUrlNS("Special", "Captcha/"); ?>'+frm.captchahash.value+'/'+Math.floor(Math.random() * 100000);
+ document.getElementById('captchaimg').src = '<?php echo makeUrlNS("Special", "Captcha/$captchacode"); ?>/'+Math.floor(Math.random() * 100000);
return false;
}
<?php if ( getConfig('pw_strength_enable') == '1' ): ?>