summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-01 13:39:58 +0400
committerAndrew Dolgov <[email protected]>2011-04-01 13:55:39 +0400
commit5ab9791f34d395104b4857b0979ae9aa5c138878 (patch)
tree4a6d51e55bc2f4034d6409a3e59899e4a9ab471f /modules
parente2bcd11bb1f5427af08f97fe04afc63d73efce7e (diff)
implement pubsubhubbub subscriber (update schema)
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index abb04ab46..4f2ba252f 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -228,15 +228,10 @@
return;
}
-/* if ($subop == "updateFeed") {
+ // Silent
+ /* if ($subop == "update") {
$feed_id = db_escape_string($_REQUEST["feed"]);
-
update_rss_feed($link, $feed_id);
-
- print "<rpc-reply>";
- print "<message>UPDATE_COUNTERS</message>";
- print "</rpc-reply>";
-
return;
} */