1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 21:11:41 +00:00

remove server-side feedtree collapse implementation

This commit is contained in:
Andrew Dolgov
2013-02-27 15:34:13 +04:00
parent 65713fdf4c
commit 88918ca637
5 changed files with 7 additions and 93 deletions

View File

@@ -749,12 +749,6 @@ class Feeds extends Handler_Protected {
ccache_zero_all($this->link, $_SESSION["uid"]);
}
function collapse() {
$cat_id = db_escape_string($_REQUEST["cid"]);
$mode = (int) db_escape_string($_REQUEST['mode']);
toggle_collapse_cat($this->link, $cat_id, $mode);
}
function view() {
$timing_info = getmicrotime();