From: lpsolit%gmail.com <> Date: Thu, 4 Aug 2005 23:03:22 +0000 (+0000) Subject: Bug 303303: Data aren't displayed in old charts when the product is closed for new... X-Git-Tag: bugzilla-2.21.1~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d53c6ff19f77db3fbb3efff0f8f8d7df5ce717b;p=thirdparty%2Fbugzilla.git Bug 303303: Data aren't displayed in old charts when the product is closed for new bug entry - Patch by Frédéric Buclin r/a=justdave --- diff --git a/reports.cgi b/reports.cgi index bdd8e9352c..e8191a0d04 100755 --- a/reports.cgi +++ b/reports.cgi @@ -84,10 +84,6 @@ if (! defined $cgi->param('product')) { grep($_ eq $product, @myproducts) || ThrowUserError("invalid_product_name", {product => $product}); - # We don't want people to be able to view - # reports for products they don't have permissions for... - if ($product ne '-All-') { CanEnterProductOrWarn($product) } - # We've checked that the product exists, and that the user can see it # This means that is OK to detaint trick_taint($product);