summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 09:40:07 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 09:40:07 +0400
commitf822a8e56c747a168e69c73d8519d8b08b3ae809 (patch)
treeb9ed1f6ac1fe54bde7562ccc74abdfbaba3b0864 /plugins
parent260501fddde2998647fbca0b80d0d9903b0578b3 (diff)
experimentally rebase labels; make base index configurable
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mobile/mobile-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mobile/mobile-functions.php b/plugins/mobile/mobile-functions.php
index 8c2ab88cf..8e5cb7010 100644
--- a/plugins/mobile/mobile-functions.php
+++ b/plugins/mobile/mobile-functions.php
@@ -207,7 +207,7 @@
while ($line = db_fetch_assoc($result)) {
- $id = -$line["id"] - 11;
+ $id = label_to_feed_id($line["id"]);
$unread = getFeedUnread($link, $id);
$title = $line["caption"];