From: tara%tequilarista.org <> Date: Wed, 21 Feb 2001 07:33:28 +0000 (+0000) Subject: Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz X-Git-Tag: bugzilla-2.12~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05396caa44c374de8b56a8dc0191e1efc76a1fce;p=thirdparty%2Fbugzilla.git Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz --- diff --git a/buglist.cgi b/buglist.cgi index 00a8040e00..401c5d8183 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1195,7 +1195,9 @@ if ($toolong) { if (Param('usequip')){ print "
$quip\n"; } -print "
$tablestart\n"; +print "
"; +print "$count bugs found." if $count > 9; +print $tablestart, "\n"; print $::bugl; print "\n";