From 6f4a5a1276fcb16d0e77ad8ef5780b2fbcca2ecb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 4 Aug 2005 23:06:36 +0000 Subject: [PATCH] =?utf8?q?Bug=20303303:=20Data=20aren't=20displayed=20in?= =?utf8?q?=20old=20charts=20when=20the=20product=20is=20closed=20for=20new?= =?utf8?q?=20bug=20entry=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20?= =?utf8?q?=20r/a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- reports.cgi | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.47.2