From f8fc58cc98b1a13d8264c838b8e0accd5b1d6e96 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Tue, 29 Aug 2000 00:48:56 +0000 Subject: fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves. patches by zach@zachlipton.com. Thanks! --- buglist.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buglist.cgi') 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 $::FORM{'namedcmd'} query is gone. -- cgit v1.2.3-24-g4f1b