summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 06:02:35 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 06:02:35 +0100
commit4ab4d3640be960e7ae2749665f1fb91592fa614a (patch)
treef9a2959c4c3f08a46c725c5a711fc33a8464fb1c /functions.php
parenta49f5e055e0076e689924a992e87ad3503e67b3d (diff)
outputHeadlinesList: fix initial row class when adding more rows
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files 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;