From a9a18a9298d57eefe573d78efa0dd93a126f733c Mon Sep 17 00:00:00 2001
From: "cyeh%bluemartini.com" <>
Date: Thu, 31 Aug 2000 05:42:44 +0000
Subject: [PATCH] fix for 40603: Assumes user is coming from different page
patch by zach@zachlipton.com
---
createaccount.cgi | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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;
}
--
2.47.2