From: lpsolit%gmail.com <> Date: Thu, 4 Aug 2005 23:06:36 +0000 (+0000) Subject: Bug 303303: Data aren't displayed in old charts when the product is closed for new... X-Git-Tag: bugzilla-2.20rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4a5a1276fcb16d0e77ad8ef5780b2fbcca2ecb;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 c5314b33e7..deeffff584 100755 --- a/reports.cgi +++ b/reports.cgi @@ -83,10 +83,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);