1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:05:55 +00:00

only enable colored favicons in vfeeds; fix RGB triplet packing

This commit is contained in:
Andrew Dolgov
2013-04-15 15:17:12 +04:00
parent 687a4f59c8
commit 63c323f736
3 changed files with 12 additions and 5 deletions

View File

@@ -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,