]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Manne...
authorjocuri%softhome.net <>
Sun, 29 Feb 2004 22:29:38 +0000 (22:29 +0000)
committerjocuri%softhome.net <>
Sun, 29 Feb 2004 22:29:38 +0000 (22:29 +0000)
queryhelp.cgi

index 29407280f93166a629450f6bc2959b9f76828bdb..60ebdd120f234bb1b174f2ec6578618bc2cc9f11 100755 (executable)
@@ -22,8 +22,6 @@
 #                         Terry Weissman <terry@mozilla.org>
 #                         Tara Hernandez <tara@tequilarista.org>
 
-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{ <p><table border=0><tr><td>
         <table border="1" width="100%" cellpadding="4" cellspacing="0">