remove config option SMART_RPC_COUNTERS

This commit is contained in:
Andrew Dolgov
2010-01-15 17:34:17 +03:00
parent 2a13f31c39
commit 3809b27874
4 changed files with 50 additions and 116 deletions

View File

@@ -149,7 +149,7 @@
/* Labels */
if (!$cat_id || $cat_id == -2) {
$counters = getLabelCounters($link, false, true);
$counters = getLabelCounters($link, true);
foreach (array_keys($counters) as $id) {