From: myk%mozilla.org <> Date: Tue, 16 Oct 2001 06:02:48 +0000 (+0000) Subject: Fix for bug 98146. X-Git-Tag: bugzilla-2.14.1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd4b5c459fe379562752b928abea2a9b878eb5e;p=thirdparty%2Fbugzilla.git Fix for bug 98146. Patch by Gerv . r=myk, no second review needed. --- diff --git a/doeditvotes.cgi b/doeditvotes.cgi index 75208ce35f..ab3ae14b6c 100755 --- a/doeditvotes.cgi +++ b/doeditvotes.cgi @@ -84,9 +84,11 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'}); if ( (! defined $who) || (!$who) ) { PutHeader("Bad login."); - print "The login info got confused. If you want to adjust the votes\n"; - print "for $::COOKIE{'Bugzilla_login'}, then please\n"; - print "click here.
\n"; + print qq| + The login info got confused. Please + log in + (again) and try again.\n + |; PutFooter(); exit(); }