]> git.wh0rd.org - tt-rss.git/commitdiff
getFeedIcon: remove second parameter
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 3 Sep 2012 09:13:16 +0000 (13:13 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 3 Sep 2012 09:13:16 +0000 (13:13 +0400)
include/functions.php

index e579d4aa190d7ea3f7dba31b768d3082477ed421..2845acb226e234fb2e35f3f4964ec0ea179dc0ea 100644 (file)
 
        }
 
-       function getFeedIcon($id, $cat) {
+       function getFeedIcon($id) {
                switch ($id) {
                case 0:
                        return "images/archive.png";