From: Andrew Dolgov Date: Fri, 24 Aug 2007 05:02:35 +0000 (+0100) Subject: outputHeadlinesList: fix initial row class when adding more rows X-Git-Tag: 1.2.15~74 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4ab4d3640be960e7ae2749665f1fb91592fa614a;p=tt-rss.git outputHeadlinesList: fix initial row class when adding more rows --- diff --git a/functions.php b/functions.php index ca3d9d3b..f2fa61b6 100644 --- a/functions.php +++ b/functions.php @@ -4225,8 +4225,8 @@ cellspacing=\"0\">"; } - $lnum = 0; - + $lnum = $limit*$offset; + error_reporting (DEFAULT_ERROR_LEVEL); $num_unread = 0;