getVirtCounters: remove description

This commit is contained in:
Andrew Dolgov 2010-11-05 16:34:37 +03:00
parent 1123270361
commit 2abc7af064
1 changed files with 1 additions and 2 deletions

View File

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