Commit ddd4b5c4 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 98146.

Patch by Gerv <gerv@mozilla.org>. r=myk, no second review needed.
parent 729242db
...@@ -84,9 +84,11 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'}); ...@@ -84,9 +84,11 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'});
if ( (! defined $who) || (!$who) ) { if ( (! defined $who) || (!$who) ) {
PutHeader("Bad login."); PutHeader("Bad login.");
print "The login info got confused. If you want to adjust the votes\n"; print qq|
print "for <tt>$::COOKIE{'Bugzilla_login'}</tt>, then please\n"; The login info got confused. Please
print "<a href=showvotes.cgi?user=$who>click here</a>.<hr>\n"; <a href="http://bugzilla.mozilla.org/query.cgi?GoAheadAndLogIn=1">log in</a>
(again) and try again.\n
|;
PutFooter(); PutFooter();
exit(); exit();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment