]> git.wh0rd.org - tt-rss.git/commitdiff
feeds: remove sql_bool_to_bool()
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 06:44:08 +0000 (09:44 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 06:44:08 +0000 (09:44 +0300)
classes/feeds.php

index ffb2fc5c8738a883fa63648a0809a3f6901f0053..70e8ade939655a8cb8ee218c561a922d88f9bcca 100755 (executable)
@@ -691,7 +691,8 @@ class Feeds extends Handler_Protected {
                 $tmp_content .= "<div class=\"cdmIntermediate\">";
 
                 $always_display_enclosures = $line["always_display_enclosures"];
-                $tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures, $line["content"], sql_bool_to_bool($line["hide_images"]));
+                $tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures,
+                    $line["content"], $line["hide_images"]);
 
                 $tmp_content .= "</div>"; // cdmIntermediate