Actually return X records, not X+1

This commit is contained in:
Scott Ullrich 2006-01-15 23:54:58 +00:00
parent ea74dc8f24
commit ffab667b40

View File

@ -61,7 +61,7 @@ function conv_clog($logfile, $tail = 50) {
$filterlog = array();
$counter = 0;
$counter = 1;
foreach ($logarr as $logent) {