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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user