From 94a567df8487faeee752c72ab11b3013d3803253 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Mar 2013 12:12:01 +0400 Subject: fix browsing by tag --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 1a106be0b..ac42a5d77 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 . -- cgit v1.2.3