only claim that these are the 20 most doomed if we've left people off the list

git-svn-id: svn://10.0.0.236/trunk@42618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
endico%mozilla.org
1999-08-07 02:25:38 +00:00
parent d13e711412
commit 00a59f15dc

View File

@@ -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)