From: jocuri%softhome.net <> Date: Sun, 29 Feb 2004 22:29:38 +0000 (+0000) Subject: Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Manne... X-Git-Tag: bugzilla-2.17.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69953362ae57fb936cc7b03cafa203176e0437c8;p=thirdparty%2Fbugzilla.git Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa ; r=kiko, a=justdave. --- diff --git a/queryhelp.cgi b/queryhelp.cgi index 29407280f9..60ebdd120f 100755 --- a/queryhelp.cgi +++ b/queryhelp.cgi @@ -22,8 +22,6 @@ # Terry Weissman # Tara Hernandez -use vars %::FORM; - use strict; use lib qw(.); @@ -37,8 +35,6 @@ GetVersionTable(); print Bugzilla->cgi->header(); -my $product = $::FORM{'product'}; - PutHeader("Bugzilla Query Page Help","Help", "This page is to help you learn how to use the query form."); @@ -657,6 +653,7 @@ products being developed. Each product has its own components. $line_count = 0; $max_table_size = 50; my @products; +my $product; $tableheader = qq{