Commit a66d86a8 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 237369: implement relatively simple changes from %FORM to…

Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
parent c0fc50d3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment