stub for update scheduler in backend
This commit is contained in:
parent
9d1ef64ea9
commit
cd907b7cbf
|
@ -703,8 +703,11 @@
|
|||
|
||||
if ($subop == "forceUpdateAllFeeds" || $subop == "updateAllFeeds") {
|
||||
|
||||
if ($subop == "forceUpdateAllFeeds" && ENABLE_FEED_CATS
|
||||
if (ENABLE_UPDATE_SCHEDULER) {
|
||||
|
||||
// FIXME schedule update
|
||||
|
||||
} else {
|
||||
update_all_feeds($link, $subop == "forceUpdateAllFeeds");
|
||||
|
||||
$omode = $_GET["omode"];
|
||||
|
@ -721,6 +724,7 @@
|
|||
getGlobalCounters($link);
|
||||
print "</rpc-reply>";
|
||||
}
|
||||
}
|
||||
|
||||
/* GET["cmode"] = 0 - mark as read, 1 - as unread, 2 - toggle */
|
||||
if ($subop == "catchupSelected") {
|
||||
|
|
Loading…
Reference in New Issue