From: cyeh%bluemartini.com <> Date: Thu, 31 Aug 2000 05:42:44 +0000 (+0000) Subject: fix for 40603: Assumes user is coming from different page X-Git-Tag: bugzilla-2.12~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a18a9298d57eefe573d78efa0dd93a126f733c;p=thirdparty%2Fbugzilla.git fix for 40603: Assumes user is coming from different page patch by zach@zachlipton.com --- diff --git a/createaccount.cgi b/createaccount.cgi index 3107f6a5da..8a905c4657 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -62,8 +62,7 @@ if (defined $login) { print "A bugzilla account for $login has been created. The\n"; print "password has been e-mailed to that address. When it is\n"; print "received, you may click\n"; - print "here and log in. Or, you can just go back to\n"; - print "the top."; + print "here and log in."; PutFooter(); exit; }