]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors...
authorjustdave%syndicomm.com <>
Fri, 11 May 2001 01:16:51 +0000 (01:16 +0000)
committerjustdave%syndicomm.com <>
Fri, 11 May 2001 01:16:51 +0000 (01:16 +0000)
Patch by <jake@acutex.net>
r= justdave@syndicomm.com

globals.pl

index 33ecd3221a1ad36557c91ca9e96ac0619808056b..34b84c5824d305507f7e62e36f58a233713b684d 100644 (file)
@@ -666,6 +666,7 @@ sub DBNameToIdAndCheck {
         print "Yikes; couldn't create user $name.  Please report problem to " .
             Param("maintainer") ."\n";
     } else {
+        print "\n";  # http://bugzilla.mozilla.org/show_bug.cgi?id=80045
         print "The name <TT>$name</TT> is not a valid username.  Either you\n";
         print "misspelled it, or the person has not registered for a\n";
         print "Bugzilla account.\n";