summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 06:46:48 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 06:46:48 +0100
commitb82af8c382441bddfb9fccf5828ff7e7c61682ac (patch)
tree5ef0cf6ce2cd18271e4e3f765064ed256c45b301 /backend.php
parent9d9c9dd645458b4332e7848a106e0593c6d28340 (diff)
use transactions in feed update process, better handle feeds without entry dates (schema updated)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 72c61a8f5..012396182 100644
--- a/backend.php
+++ b/backend.php
@@ -16,6 +16,14 @@
if ($op == "rpc") {
$subop = $_GET["subop"];
+
+ if ($subop == "forceUpdateAll") {
+ update_all_feeds($link, true);
+ }
+
+ if ($subop == "updateAll") {
+ update_all_feeds($link, false);
+ }
if ($subop == "catchupPage") {