outputHeadlinesList: fix initial row class when adding more rows

This commit is contained in:
Andrew Dolgov 2007-08-24 06:02:35 +01:00
parent a49f5e055e
commit 4ab4d3640b
1 changed files with 2 additions and 2 deletions

View File

@ -4225,8 +4225,8 @@
cellspacing=\"0\">";
}
$lnum = 0;
$lnum = $limit*$offset;
error_reporting (DEFAULT_ERROR_LEVEL);
$num_unread = 0;