From 669eed6c9dcf6300c3e3f5db1970f2a26c5317e6 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Tue, 14 Aug 2001 02:11:31 +0000 Subject: Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla. r= justdave@syndicomm.com --- editparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index 91ddca7f9..e416184f6 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -44,7 +44,7 @@ if (!UserInGroup("tweakparams")) { -PutHeader("Edit parameters", undef, undef, undef, 1); +PutHeader("Edit parameters"); print "This lets you edit the basic operating parameters of bugzilla.\n"; print "Be careful!\n"; -- cgit v1.2.3-24-g4f1b