summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 14:11:41 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 14:11:41 +0400
commit41a7a066eff0c4914720685c38fa282e99d79041 (patch)
tree1a9e55c8186cc77b1bfd0e15273b87a2a43e53ed /classes/rpc.php
parent6e3224a26c46280a351fb0f28c6e9fc0b798ca53 (diff)
share: move unsharing all articles into the plugin
Diffstat (limited to 'classes/rpc.php')
-rw-r--r--classes/rpc.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 46583feb5..9cc8e7046 100644
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -467,14 +467,6 @@ class RPC extends Handler_Protected {
print_feed_cat_select("cat_id", $id, '');
}
- // Silent
- function clearArticleKeys() {
- $this->dbh->query("UPDATE ttrss_user_entries SET uuid = '' WHERE
- owner_uid = " . $_SESSION["uid"]);
-
- return;
- }
-
function setpanelmode() {
$wide = (int) $_REQUEST["wide"];