summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-11 15:01:11 +0100
committerAndrew Dolgov <[email protected]>2006-02-11 15:01:11 +0100
commit9d1ef64ea94247e47d0283e83ff7d497f26fbe9d (patch)
tree8b1979658944dbbac5719954665d3be825b121ab /backend.php
parentb3295162406eb2050ba59a1009ddb86df8ebe471 (diff)
more update_daemon work
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 55f2fa99f..5e93c37f8 100644
--- a/backend.php
+++ b/backend.php
@@ -702,7 +702,9 @@
}
if ($subop == "forceUpdateAllFeeds" || $subop == "updateAllFeeds") {
-
+
+ if ($subop == "forceUpdateAllFeeds" && ENABLE_FEED_CATS
+
update_all_feeds($link, $subop == "forceUpdateAllFeeds");
$omode = $_GET["omode"];