From a66d86a8e68f82de2d17d086204f538238ce0727 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 27 Mar 2004 05:02:43 +0000 Subject: Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa ; r=kiko, justdave; a=justdave. --- describecomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'describecomponents.cgi') diff --git a/describecomponents.cgi b/describecomponents.cgi index 922a4912e..1926a8826 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -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; -- cgit v1.2.3-24-g4f1b