summaryrefslogtreecommitdiff
path: root/modules/backend-rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-11 00:10:32 +0400
committerAndrew Dolgov <[email protected]>2011-12-11 00:10:32 +0400
commitf37e541a8f6ae5dc0955e0bf4e90e86dd7537e1d (patch)
tree2cf3de358ed45eac8c298dd9b5e12f50d07a6404 /modules/backend-rpc.php
parent2ea34cc1501409f9f62d83f43de3ee494b2d73db (diff)
parentb167df5e60143efbd4cc9121b7c4825f4f6608d1 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'modules/backend-rpc.php')
-rw-r--r--modules/backend-rpc.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index f1bbd0698..d74c68464 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -305,15 +305,6 @@
return;
}
-/* if ($subop == "globalPurge") {
-
- print "<rpc-reply>";
- global_purge_old_posts($link, true);
- print "</rpc-reply>";
-
- return;
- } */
-
if ($subop == "setArticleTags") {
global $memcache;