From e2549229e1a10d8dbb41802d19027741040ab61c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 14:54:40 +0100 Subject: display article labels in headlines buffer --- modules/backend-rpc.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'modules/backend-rpc.php') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index 4b67e1b38..918f8ca90 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -457,17 +457,7 @@ } } - print ""; - - if ($label) { - getGlobalCounters($link); - getLabelCounters($link); - if (get_pref($link, 'ENABLE_FEED_CATS')) { - getCategoryCounters($link); - } - } - - print ""; + print "OK"; return; } -- cgit v1.2.3