summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-05 16:34:37 +0300
committerAndrew Dolgov <[email protected]>2010-11-05 16:34:37 +0300
commit2abc7af064862f16060ec61ad36cedf5433f35e7 (patch)
treef1b47166b15b58dc7b7b08ba97d6bf6b2c6cdc00 /functions.php
parent11232703615a58fca38e37498ee75b69fff5ca47 (diff)
getVirtCounters: remove description
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index caa95e628..e39a04ca4 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");