Commit 65dff73e authored by harrison%netscape.com's avatar harrison%netscape.com

added required second argument to make_options call, should keep

perl from complaining about Use of uninitialized value at CGI.pl line 189 (#1)
parent 2b781265
...@@ -68,7 +68,7 @@ sub choose_product ...@@ -68,7 +68,7 @@ sub choose_product
{ {
GetVersionTable(); GetVersionTable();
my $product_popup = make_options (\@::legal_product); my $product_popup = make_options (\@::legal_product, $::legal_product[0]);
print <<FIN; print <<FIN;
<center> <center>
......
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