From b4aecfefc218d425c7c2b05d0878d4b062613a18 Mon Sep 17 00:00:00 2001 From: rojanu Date: Wed, 2 Apr 2014 16:35:08 +0800 Subject: Bug 539894: Use to group products into classifications in the product drop-down on show_bug.cgi r=glob, a=justdave --- reports.cgi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'reports.cgi') 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(); } -- cgit v1.2.3-24-g4f1b