diff options
author | terry%mozilla.org <> | 1999-09-24 04:19:01 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-09-24 04:19:01 +0200 |
commit | 80e66f4380525ec512995544fc13e01e88b55344 (patch) | |
tree | 1c923ef73a5951eef6272b13526cbe4a316d4af7 /reports.cgi | |
parent | 8829ae5f033999f20009364226a9239a1a706b68 (diff) | |
download | bugzilla-80e66f4380525ec512995544fc13e01e88b55344.tar.gz bugzilla-80e66f4380525ec512995544fc13e01e88b55344.tar.xz |
Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 3 |
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> |