]> git.wh0rd.org - tt-rss.git/commitdiff
outputHeadlinesList: fix initial row class when adding more rows
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 24 Aug 2007 05:02:35 +0000 (06:02 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 24 Aug 2007 05:02:35 +0000 (06:02 +0100)
functions.php

index ca3d9d3ba7db253f7e749e1c56bf404d8532a914..f2fa61b6f1c3fd23c8f520711bedd7f0a312d92a 100644 (file)
                                        cellspacing=\"0\">";
                        }
 
-                       $lnum = 0;
-       
+                       $lnum = $limit*$offset;
+
                        error_reporting (DEFAULT_ERROR_LEVEL);
        
                        $num_unread = 0;