summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-04 18:05:14 +0400
committerAndrew Dolgov <[email protected]>2011-08-04 18:05:14 +0400
commite56beb95fab70161da676cb5d28fd0abd06c11ac (patch)
tree64e124206273f2e45bfddc817c30f6a5551d6df3 /functions.php
parent21c92cdc9b2d2a30a216155990cae2a665403303 (diff)
fix wrong even/odd position in headlines buffer
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 04709805b..c705e9ca1 100644
--- a/functions.php
+++ b/functions.php
@@ -5047,7 +5047,7 @@
if (db_num_rows($result) > 0) {
- $lnum = $offset+1;
+ $lnum = $offset;
$num_unread = 0;
$cur_feed_title = '';