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 --- query.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 067f76036..16c783864 100755 --- a/query.cgi +++ b/query.cgi @@ -533,8 +533,7 @@ ENDSCRIPT PutHeader("Bugzilla Query Page", "Query", "This page lets you search the database for recorded bugs.", - q{onLoad="selectProduct(document.forms[0]);"}, - 0, $jscript); + q{onLoad="selectProduct(document.forms[0]);"}, $jscript); push @::legal_resolution, "---"; # Oy, what a hack. -- cgit v1.2.3-24-g4f1b