From 2bc2147f2e726b8db29f93e2a14da91b641ced7d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Aug 2007 05:03:56 +0100 Subject: optimize counter responses in markSelected, etc --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') 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); -- cgit v1.2.3