summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-15 15:17:12 +0400
committerAndrew Dolgov <[email protected]>2013-04-15 15:17:12 +0400
commit63c323f73610d81216801d1023dca724cfd32699 (patch)
treec71d5093059b664268f8d778a3f61b41d1bd00cd /include/functions.php
parent687a4f59c8d8be091b732ae6714fbdc140169d47 (diff)
only enable colored favicons in vfeeds; fix RGB triplet packing
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php3
1 files changed, 3 insertions, 0 deletions
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,