1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:35:58 +00:00

optimize counter responses in markSelected, etc

This commit is contained in:
Andrew Dolgov
2007-08-10 05:03:56 +01:00
parent c4d0e5351b
commit 2bc2147f2e
3 changed files with 87 additions and 50 deletions

View File

@@ -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);