]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 40603: Assumes user is coming from different page
authorcyeh%bluemartini.com <>
Thu, 31 Aug 2000 05:42:44 +0000 (05:42 +0000)
committercyeh%bluemartini.com <>
Thu, 31 Aug 2000 05:42:44 +0000 (05:42 +0000)
patch by zach@zachlipton.com

createaccount.cgi

index 3107f6a5da904287cae56eaecaf03ea7d38b1bd3..8a905c4657113f0a89710e5f152f3ff3a2eee14a 100755 (executable)
@@ -62,8 +62,7 @@ if (defined $login) {
     print "A bugzilla account for <tt>$login</tt> has been created.  The\n";
     print "password has been e-mailed to that address.  When it is\n";
     print "received, you may <a href=query.cgi?GoAheadAndLogIn>click\n";
-    print "here</a> and log in.  Or, you can just <a href=\"\">go back to\n";
-    print "the top</a>.";
+    print "here</a> and log in.";
     PutFooter();
     exit;
 }