diff -r 9a52679143db -r c6118b9e13bd plugins/SpecialUserFuncs.php --- 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 = ''+frm.captchahash.value+'/'+Math.floor(Math.random() * 100000); + document.getElementById('captchaimg').src = '/'+Math.floor(Math.random() * 100000); return false; }