From 4ab4d3640be960e7ae2749665f1fb91592fa614a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Aug 2007 06:02:35 +0100 Subject: outputHeadlinesList: fix initial row class when adding more rows --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index ca3d9d3ba..f2fa61b6f 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; -- cgit v1.2.3