From 5b55e9e25cfca0229f1e00aee6a9aee6c1510611 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Feb 2013 13:09:43 +0400 Subject: js: simplify counter updating, remove some unused stuff --- classes/api.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'classes/api.php') diff --git a/classes/api.php b/classes/api.php index 9b9a5bbe5..a4294e026 100644 --- a/classes/api.php +++ b/classes/api.php @@ -104,11 +104,7 @@ class API extends Handler { /* Method added for ttrss-reader for Android */ function getCounters() { - - /* flct (flc is the default) FIXME: document */ - $output_mode = db_escape_string($_REQUEST["output_mode"]); - - print $this->wrap(self::STATUS_OK, getAllCounters($this->link, $output_mode)); + print $this->wrap(self::STATUS_OK, getAllCounters($this->link)); } function getFeeds() { -- cgit v1.2.3-54-g00ecf