mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:45:57 +00:00
xml-import: fix escaping issues
This commit is contained in:
@@ -795,4 +795,12 @@
|
||||
return date("Y/m/d");
|
||||
}
|
||||
}
|
||||
|
||||
function sql_bool_to_string($s) {
|
||||
if ($s == "t" || $s == "1") {
|
||||
return "true";
|
||||
} else {
|
||||
return "false";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user