From 773adf8b424b0b6e8b871c23a44afff0ed177cc0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2010 19:18:13 +0300 Subject: unify backend methods updateAllFeeds and getAllCounters --- modules/backend-rpc.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'modules') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index f28e72475..e6e263cd1 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -164,19 +164,6 @@ return; } - if ($subop == "getAllCounters") { - print ""; - print ""; - print_runtime_info($link); - print ""; - - return; - } - if ($subop == "mark") { $mark = $_REQUEST["mark"]; $id = db_escape_string($_REQUEST["id"]); @@ -296,7 +283,7 @@ return; } - if ($subop == "updateAllFeeds") { + if ($subop == "updateAllFeeds" || $subop == "getAllCounters") { $global_unread_caller = sprintf("%d", $_REQUEST["uctr"]); $global_unread = getGlobalUnread($link); -- cgit v1.2.3