]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz
authortara%tequilarista.org <>
Wed, 21 Feb 2001 07:33:28 +0000 (07:33 +0000)
committertara%tequilarista.org <>
Wed, 21 Feb 2001 07:33:28 +0000 (07:33 +0000)
buglist.cgi

index 00a8040e00db1f7a3b5b6b5be1a40d9d5586428d..401c5d8183f3182fd4b3b0e81777490cbcf519fb 100755 (executable)
@@ -1195,7 +1195,9 @@ if ($toolong) {
 if (Param('usequip')){
   print "<HR><A HREF=newquip.html><I>$quip</I></A></CENTER>\n";
 }
-print "<HR SIZE=10>$tablestart\n";
+print "<HR SIZE=10>";
+print "$count bugs found." if $count > 9;
+print $tablestart, "\n";
 print $::bugl;
 print "</TABLE>\n";