From: Andrew Dolgov Date: Fri, 5 Nov 2010 13:34:37 +0000 (+0300) Subject: getVirtCounters: remove description X-Git-Tag: 1.5.0~402 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2abc7af064862f16060ec61ad36cedf5433f35e7;p=tt-rss.git getVirtCounters: remove description --- 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");