diff options
author | rojanu <aliustek@gmail.com> | 2014-04-02 10:35:08 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-04-02 10:35:08 +0200 |
commit | b4aecfefc218d425c7c2b05d0878d4b062613a18 (patch) | |
tree | 436a2784b28faaecd14f1f9db26fb63821ffb9b6 /reports.cgi | |
parent | b6027058e4a8e06ffc252645e5e8b695b0aa2802 (diff) | |
download | bugzilla-b4aecfefc218d425c7c2b05d0878d4b062613a18.tar.gz bugzilla-b4aecfefc218d425c7c2b05d0878d4b062613a18.tar.xz |
Bug 539894: Use <optgroup/> to group products into classifications in the product drop-down on show_bug.cgi
r=glob, a=justdave
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(); } |