summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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);