fix wrong even/odd position in headlines buffer
This commit is contained in:
@@ -5047,7 +5047,7 @@
|
|||||||
|
|
||||||
if (db_num_rows($result) > 0) {
|
if (db_num_rows($result) > 0) {
|
||||||
|
|
||||||
$lnum = $offset+1;
|
$lnum = $offset;
|
||||||
|
|
||||||
$num_unread = 0;
|
$num_unread = 0;
|
||||||
$cur_feed_title = '';
|
$cur_feed_title = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user