From 63c323f73610d81216801d1023dca724cfd32699 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Apr 2013 15:17:12 +0400 Subject: only enable colored favicons in vfeeds; fix RGB triplet packing --- include/functions.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 46882c387..6372db1fd 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2602,6 +2602,9 @@ 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, -- cgit v1.2.3