]> 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:06:36 +0000 (23:06 +0000)
committerlpsolit%gmail.com <>
Thu, 4 Aug 2005 23:06:36 +0000 (23:06 +0000)
reports.cgi

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