From f822a8e56c747a168e69c73d8519d8b08b3ae809 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Mar 2013 09:40:07 +0400 Subject: experimentally rebase labels; make base index configurable --- plugins/mobile/mobile-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mobile') 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"]; -- cgit v1.2.3