1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 07:21:28 +00:00

php: remove unused functions

This commit is contained in:
Andrew Dolgov
2011-12-10 21:56:30 +04:00
parent 77c3c5f9fa
commit 0bfbf1c235
2 changed files with 4 additions and 196 deletions

View File

@@ -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;