1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 00:21:28 +00:00

fix wrong even/odd position in headlines buffer

This commit is contained in:
Andrew Dolgov
2011-08-04 18:05:14 +04:00
parent 21c92cdc9b
commit e56beb95fa

View File

@@ -5047,7 +5047,7 @@
if (db_num_rows($result) > 0) {
$lnum = $offset+1;
$lnum = $offset;
$num_unread = 0;
$cur_feed_title = '';