1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 18:51:29 +00:00

add catchup fixme for all_labels feed

This commit is contained in:
Andrew Dolgov
2009-01-28 11:08:01 +01:00
parent 1d4a2918ed
commit f9fca8cb99

View File

@@ -2114,6 +2114,8 @@
if ($cat_view) {
if $feed >= 0) {
if ($feed > 0) {
$cat_qpart = "cat_id = '$feed'";
} else {
@@ -2132,6 +2134,10 @@
SET unread = false,last_read = NOW()
WHERE feed_id = '$tmp_feed' AND owner_uid = " . $_SESSION["uid"]);
}
} else if ($feed == -2) {
/* FIXME catchup for all labels vfeed */
}
} else if ($feed > 0) {