fix wrong even/odd position in headlines buffer
This commit is contained in:
parent
21c92cdc9b
commit
e56beb95fa
1 changed files with 1 additions and 1 deletions
|
@ -5047,7 +5047,7 @@
|
|||
|
||||
if (db_num_rows($result) > 0) {
|
||||
|
||||
$lnum = $offset+1;
|
||||
$lnum = $offset;
|
||||
|
||||
$num_unread = 0;
|
||||
$cur_feed_title = '';
|
||||
|
|
Loading…
Reference in a new issue