mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
experimentally rebase labels; make base index configurable
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user