plugins/SpecialUserFuncs.php
changeset 517 c6118b9e13bd
parent 507 586fd7d3202d
child 519 94214ec0871c
child 521 d264784355e5
--- 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' ): ?>