From: harrison%netscape.com <> Date: Mon, 19 Oct 1998 05:32:15 +0000 (+0000) Subject: added required second argument to make_options call, should keep X-Git-Tag: bugzilla-2.2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65dff73e5393d80579e95cbae1d32404e4b64346;p=thirdparty%2Fbugzilla.git added required second argument to make_options call, should keep perl from complaining about Use of uninitialized value at CGI.pl line 189 (#1) --- diff --git a/reports.cgi b/reports.cgi index 2d9171dd77..e1972bd2e7 100755 --- a/reports.cgi +++ b/reports.cgi @@ -68,7 +68,7 @@ sub choose_product { GetVersionTable(); - my $product_popup = make_options (\@::legal_product); + my $product_popup = make_options (\@::legal_product, $::legal_product[0]); print <