plugins/SpecialUserFuncs.php
changeset 276 b8fd21190ae1
parent 274 f725a16e4a20
child 283 e133d321fce4
--- a/plugins/SpecialUserFuncs.php	Wed Jan 23 19:36:16 2008 -0500
+++ b/plugins/SpecialUserFuncs.php	Wed Jan 23 19:36:42 2008 -0500
@@ -755,6 +755,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);
             return false;
           }