diff options
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/reports.cgi b/reports.cgi index 618feb8c8..1f1791e42 100755 --- a/reports.cgi +++ b/reports.cgi @@ -59,13 +59,7 @@ if (! defined($product_id)) { push(@datasets, $datasets); } - # Start our product list with an entry for all products, then add those - # products that the user has permissions for. - my @myproducts = ($product_all); - push( @myproducts, @{$user->get_selectable_products} ); - $vars->{'datasets'} = \@datasets; - $vars->{'products'} = \@myproducts; print $cgi->header(); } |