summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-05 01:03:22 +0200
committerlpsolit%gmail.com <>2005-08-05 01:03:22 +0200
commit5d53c6ff19f77db3fbb3efff0f8f8d7df5ce717b (patch)
treed7005ebb55c743ef3278019f935c8ee76fa26569 /reports.cgi
parent35f1ce88e12f8eee0d47fdc69d38cd7a4b12732d (diff)
downloadbugzilla-5d53c6ff19f77db3fbb3efff0f8f8d7df5ce717b.tar.gz
bugzilla-5d53c6ff19f77db3fbb3efff0f8f8d7df5ce717b.tar.xz
Bug 303303: Data aren't displayed in old charts when the product is closed for new bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi4
1 files changed, 0 insertions, 4 deletions
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);