From a06d0e5a8b92a2015a05b376eb6b8f4a9878c4e0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 16:01:09 +0100 Subject: rpc tweaks; viewfeed counters attachment changed --- modules/backend-rpc.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'modules') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index 41e8ebd18..4d65ee23e 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -142,26 +142,26 @@ print ""; - $omode = $_GET["omode"]; + if ($global_unread_caller != $global_unread) { + + $omode = $_GET["omode"]; - if (!$omode) $omode = "tflc"; + if (!$omode) $omode = "tflc"; - if (strchr($omode, "l")) getLabelCounters($link); + if (strchr($omode, "l")) getLabelCounters($link); - if (strchr($omode, "c")) { - if (get_pref($link, 'ENABLE_FEED_CATS')) { - getCategoryCounters($link); - } - } - - if ($global_unread_caller != $global_unread) { + if (strchr($omode, "c")) { + if (get_pref($link, 'ENABLE_FEED_CATS')) { + getCategoryCounters($link); + } + } if (strchr($omode, "f")) getFeedCounters($link); - if (strchr($omode, "t")) getTagCounters($link); - } - - getGlobalCounters($link, $global_unread); + if (strchr($omode, "t")) getTagCounters($link); + getGlobalCounters($link, $global_unread); + } + print ""; print_runtime_info($link); -- cgit v1.2.3