]> git.wh0rd.org Git - tt-rss.git/commitdiff
getVirtCounters: remove description
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 5 Nov 2010 13:34:37 +0000 (16:34 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 5 Nov 2010 13:34:37 +0000 (16:34 +0300)
functions.php

index caa95e628d2b387ee18d020229d4e937311ee7bf..e39a04ca4efc9de57c10a0a04de8f9c01032dbaf 100644 (file)
                        $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");