summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>1999-08-07 11:25:38 +0200
committerendico%mozilla.org <>1999-08-07 11:25:38 +0200
commite5ca1ec863768d3b5e620563416a436d846db461 (patch)
tree8cf48b9bd8055e9e81ea731df0e263ed4b0318e0 /reports.cgi
parent2ec659bdca92d7761c9b288b82a19b33054341de (diff)
downloadbugzilla-e5ca1ec863768d3b5e620563416a436d846db461.tar.gz
bugzilla-e5ca1ec863768d3b5e620563416a436d846db461.tar.xz
only claim that these are the 20 most doomed if we've left people off the list
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi
index 9fe4413b4..625c3d50b 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -719,7 +719,9 @@ sub most_recently_doomed
print "<TABLE>\n";
print "<TR><TD COLSPAN=2>\n";
print "$totalpeople engineers have $bugtotal untouched new bugs.\n";
- print "These are the 20 most doomed.";
+ if ($totalpeople > 20) {
+ print "These are the 20 most doomed.";
+ }
print "</TD></TR>\n";
while (@people)