diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-24 06:02:35 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-08-24 06:02:35 +0100 |
| commit | 4ab4d3640be960e7ae2749665f1fb91592fa614a (patch) | |
| tree | f9a2959c4c3f08a46c725c5a711fc33a8464fb1c | |
| parent | a49f5e055e0076e689924a992e87ad3503e67b3d (diff) | |
outputHeadlinesList: fix initial row class when adding more rows
| -rw-r--r-- | functions.php | 4 |
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; |