From e50d3212245b75d9915b471168653e01a326f99f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 10:55:26 +0100 Subject: [PATCH] always return global-unread counters --- backend.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index 30467d95..d0a5acb4 100644 --- a/backend.php +++ b/backend.php @@ -759,9 +759,10 @@ if (get_pref($link, 'ENABLE_FEED_CATS')) { getCategoryCounters($link); } - getGlobalCounters($link, $global_unread); } - + + getGlobalCounters($link, $global_unread); + print ""; } -- 2.39.5