1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:45:55 +00:00

share: move unsharing all articles into the plugin

This commit is contained in:
Andrew Dolgov
2013-07-11 14:11:41 +04:00
parent 6e3224a26c
commit 41a7a066ef
5 changed files with 51 additions and 36 deletions

View File

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