feeds: remove sql_bool_to_bool()

This commit is contained in:
Andrew Dolgov 2017-12-03 09:44:08 +03:00
parent b6f3562d1e
commit 64312bfd71
1 changed files with 2 additions and 1 deletions

View File

@ -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