From 00a59f15dccee6d82c1a70a0ed5f5a036ea2078b Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Sat, 7 Aug 1999 02:25:38 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/reports.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index 9fe4413b40a..625c3d50be6 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/reports.cgi @@ -719,7 +719,9 @@ sub most_recently_doomed print "\n"; print "\n"; while (@people)
\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 "