From: Andrew Dolgov Date: Thu, 21 Mar 2013 08:12:01 +0000 (+0400) Subject: fix browsing by tag X-Git-Tag: 1.7.5~56 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=94a567df8487faeee752c72ab11b3013d3803253;p=tt-rss.git fix browsing by tag --- diff --git a/include/functions.php b/include/functions.php index 1a106be0..ac42a5d7 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2501,7 +2501,7 @@ "label_cache," . "link," . "last_read," . - "hide_images," . + "(SELECT hide_images FROM ttrss_feeds WHERE id = feed_id) AS hide_images," . "last_marked, last_published, " . SUBSTRING_FOR_DATE . "(last_read,1,19) as last_read_noms," . $since_id_part .