diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-04 18:05:14 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-04 18:05:14 +0400 |
| commit | e56beb95fab70161da676cb5d28fd0abd06c11ac (patch) | |
| tree | 64e124206273f2e45bfddc817c30f6a5551d6df3 /functions.php | |
| parent | 21c92cdc9b2d2a30a216155990cae2a665403303 (diff) | |
fix wrong even/odd position in headlines buffer
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
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 = ''; |