From 2abc7af064862f16060ec61ad36cedf5433f35e7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Nov 2010 16:34:37 +0300 Subject: [PATCH] getVirtCounters: remove description --- functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index caa95e62..e39a04ca 100644 --- a/functions.php +++ b/functions.php @@ -2810,8 +2810,7 @@ $count = getFeedUnread($link, $i); $cv = array("id" => $i, - "counter" => $count, - "description" => getFeedTitle($link, $i)); + "counter" => $count); if (get_pref($link, 'EXTENDED_FEEDLIST')) $cv["xmsg"] = getFeedArticles($link, $i)." ".__("total"); -- 2.39.5