Open GoogleCodeExporter opened 9 years ago
Just updated to new version. Here is the diff:
--- tailresult.php.old 2009-10-27 10:41:35.219293826 +0100
+++ tailresult.php 2009-10-27 10:41:49.257915092 +0100
@@ -600,7 +600,7 @@
// this will prevent unnecessary popups and allow filtering via a link
$msg = htmlspecialchars($row['msg']);
echo "<td>";
- if ($row['count'] > 1) echo ''.$row['count'].' * ';
+ if ($row['counter'] > 1) echo ''.$row['counter'].' * ';
if(defined('MSG_EXPLODE') && MSG_EXPLODE == TRUE) {
echo "$explode_url</td>\n";
} else {
Original comment by baecker....@googlemail.com
on 27 Oct 2009 at 9:43
Good catch! Thanks :-)
Original comment by cdu...@gmail.com
on 13 Nov 2009 at 11:12
Original issue reported on code.google.com by
baecker....@googlemail.com
on 27 Oct 2009 at 9:26