summaryrefslogtreecommitdiff
path: root/modules/backend-rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 14:54:40 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 14:54:40 +0100
commite2549229e1a10d8dbb41802d19027741040ab61c (patch)
treea0b6ec0e119345da61e33da5cbb6e5534c03962d /modules/backend-rpc.php
parent814bff66496bb8d57ced77771edcfb4f173ce5ee (diff)
display article labels in headlines buffer
Diffstat (limited to 'modules/backend-rpc.php')
-rw-r--r--modules/backend-rpc.php12
1 files changed, 1 insertions, 11 deletions
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 "<rpc-reply><counters>";
-
- if ($label) {
- getGlobalCounters($link);
- getLabelCounters($link);
- if (get_pref($link, 'ENABLE_FEED_CATS')) {
- getCategoryCounters($link);
- }
- }
-
- print "</counters></rpc-reply>";
+ print "<rpc-reply>OK</rpc-reply>";
return;
}