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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user