]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
only claim that these are the 20 most doomed if we've left people off the list
authorendico%mozilla.org <>
Sat, 7 Aug 1999 09:25:38 +0000 (09:25 +0000)
committerendico%mozilla.org <>
Sat, 7 Aug 1999 09:25:38 +0000 (09:25 +0000)
reports.cgi

index 9fe4413b40a75579c874da945849900031a9b5d3..625c3d50be68a4635ff5323d41ad7e4fc9455a0c 100755 (executable)
@@ -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)