summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 05:03:56 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 05:03:56 +0100
commit2bc2147f2e726b8db29f93e2a14da91b641ced7d (patch)
tree7a3faaa3e5d6c69a58ba4edc71b6a8fdea9ffe23 /functions.php
parentc4d0e5351b896d652c250f5d0ee4959e9344397b (diff)
optimize counter responses in markSelected, etc
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index f68768383..5fc20841a 100644
--- a/functions.php
+++ b/functions.php
@@ -1705,7 +1705,7 @@
}
}
- function getAllCounters($link, $omode = "tflc") {
+ function getAllCounters($link, $omode = "flc") {
/* getLabelCounters($link);
getFeedCounters($link);
getTagCounters($link);
@@ -1714,7 +1714,7 @@
getCategoryCounters($link);
} */
- if (!$omode) $omode = "tflc";
+ if (!$omode) $omode = "flc";
getGlobalCounters($link);