summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 12:12:01 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 12:12:01 +0400
commit94a567df8487faeee752c72ab11b3013d3803253 (patch)
treea83a25a145d6dc59e62adb7b0d1d27f30656f087 /include
parentb74c51342896f4f01a742dcad82fc8afa753c036 (diff)
fix browsing by tag
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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 .