]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param...
authorjocuri%softhome.net <>
Sat, 27 Mar 2004 05:02:43 +0000 (05:02 +0000)
committerjocuri%softhome.net <>
Sat, 27 Mar 2004 05:02:43 +0000 (05:02 +0000)
describecomponents.cgi

index 922a4912e9d62e4aa2753b3f6a18f6d86181207b..1926a8826998c46260776f853a673d4759691c63 100755 (executable)
@@ -42,7 +42,7 @@ GetVersionTable();
 my $cgi = Bugzilla->cgi;
 my $product = $cgi->param('product');
 
-if (!$product) {
+if (!defined $product) {
     # Reference to a subset of %::proddesc, which the user is allowed to see
     my %products;