diff options
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> |