]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 303303: Data aren't displayed in old charts when the product is closed for new...
authorlpsolit%gmail.com <>
Thu, 4 Aug 2005 23:03:22 +0000 (23:03 +0000)
committerlpsolit%gmail.com <>
Thu, 4 Aug 2005 23:03:22 +0000 (23:03 +0000)
reports.cgi

index bdd8e9352c22d9cb31df387a5a49ed1dbcad96fb..e8191a0d04351e098126ed80074e4a2bd2e709e8 100755 (executable)
@@ -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);