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

move db-prefs to OO

This commit is contained in:
Andrew Dolgov
2013-04-18 12:00:01 +04:00
parent c1e45a87b2
commit 52d88392da
7 changed files with 192 additions and 190 deletions

View File

@@ -11,7 +11,6 @@ class RPC extends Handler_Protected {
$id = $this->dbh->escape_string($_REQUEST["id"]);
$_SESSION["profile"] = $id;
$_SESSION["prefs_cache"] = array();
}
function remprofiles() {