]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
only enable colored favicons in vfeeds; fix RGB triplet packing
[tt-rss.git] / include / functions.php
index 46882c3878165c363678d93f823b902d80d8e739..6372db1fd8e95d5d8dadb85879f2f10f47c99b34 100644 (file)
                                                LEFT JOIN ttrss_feeds ON (feed_id = ttrss_feeds.id)";
                                }
 
+                               if ($vfeed_query_part)
+                                       $vfeed_query_part .= "favicon_avg_color,";
+
                                $query = "SELECT DISTINCT
                                                date_entered,
                                                guid,