From 0776fda7ed23e82f3d09ccabb603e1d4f26f9d42 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 11 May 2001 01:16:51 +0000 Subject: [PATCH] Fix for bug 80045: 500 Server Error in IE (but not Netscape or Mozilla) on errors looking up email addresses. Patch by r= justdave@syndicomm.com --- globals.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/globals.pl b/globals.pl index 33ecd3221a..34b84c5824 100644 --- a/globals.pl +++ b/globals.pl @@ -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 $name is not a valid username. Either you\n"; print "misspelled it, or the person has not registered for a\n"; print "Bugzilla account.\n"; -- 2.47.2