From 5d53c6ff19f77db3fbb3efff0f8f8d7df5ce717b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 4 Aug 2005 23:03:22 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reports.cgi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index bdd8e9352..e8191a0d0 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); -- cgit v1.2.3-24-g4f1b