]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
added required second argument to make_options call, should keep
authorharrison%netscape.com <>
Mon, 19 Oct 1998 05:32:15 +0000 (05:32 +0000)
committerharrison%netscape.com <>
Mon, 19 Oct 1998 05:32:15 +0000 (05:32 +0000)
perl from complaining about Use of uninitialized value at
CGI.pl line 189 (#1)

reports.cgi

index 2d9171dd7780af56eac862ecff3aa7dd44893400..e1972bd2e7609651e037dfee1247cca5322e891f 100755 (executable)
@@ -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 <<FIN;
 <center>