]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 98146.
authormyk%mozilla.org <>
Tue, 16 Oct 2001 06:02:48 +0000 (06:02 +0000)
committermyk%mozilla.org <>
Tue, 16 Oct 2001 06:02:48 +0000 (06:02 +0000)
Patch by Gerv <gerv@mozilla.org>.
r=myk, no second review needed.

doeditvotes.cgi

index 75208ce35f106d95aac749269eff4a39a05c4c2d..ab3ae14b6c933b074b739271f75f60749f082674 100755 (executable)
@@ -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 <tt>$::COOKIE{'Bugzilla_login'}</tt>, then please\n";
-    print "<a href=showvotes.cgi?user=$who>click here</a>.<hr>\n";
+    print qq|
+    The login info got confused. Please
+    <a href="http://bugzilla.mozilla.org/query.cgi?GoAheadAndLogIn=1">log in</a>
+    (again) and try again.\n
+    |;
     PutFooter();
     exit();
 }