diff options
author | cyeh%bluemartini.com <> | 2000-08-29 02:48:56 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-08-29 02:48:56 +0200 |
commit | f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96 (patch) | |
tree | b3486df842c5fe536a90ea2bbfdee8f0817ae7ac /buglist.cgi | |
parent | e6fae1e06eb79da44701ae6fea2e8b296c92e75e (diff) | |
download | bugzilla-f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96.tar.gz bugzilla-f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96.tar.xz |
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
patches by zach@zachlipton.com. Thanks!
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi index 0cc37d72c..802399e77 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1,3 +1,5 @@ + + #!/usr/bonsaitools/bin/perl -w # -*- Mode: perl; indent-tabs-mode: nil -*- # @@ -687,7 +689,7 @@ Refresh: 0; URL=$url "AND name = " . SqlQuote($::FORM{'namedcmd'})); print "Content-type: text/html\n\n"; - PutHeader("Forget what?", ""); + PutHeader("Query is gone", ""); print qq{ OK, the <B>$::FORM{'namedcmd'}</B> query is gone. |