summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-24 04:19:01 +0200
committerterry%mozilla.org <>1999-09-24 04:19:01 +0200
commit80e66f4380525ec512995544fc13e01e88b55344 (patch)
tree1c923ef73a5951eef6272b13526cbe4a316d4af7 /reports.cgi
parent8829ae5f033999f20009364226a9239a1a706b68 (diff)
downloadbugzilla-80e66f4380525ec512995544fc13e01e88b55344.tar.gz
bugzilla-80e66f4380525ec512995544fc13e01e88b55344.tar.xz
Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/reports.cgi b/reports.cgi
index c7a22fcd3..21cfd780e 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -261,6 +261,9 @@ FIN
# start painting report #
#########################
+ $bugs_status{'NEW'} ||= '0';
+ $bugs_status{'ASSIGNED'} ||= '0';
+ $bugs_status{'REOPENED'} ||= '0';
print <<FIN;
<h1>$quip</h1>
<table border=1 cellpadding=5>