mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
more boolean fixes
This commit is contained in:
@@ -941,7 +941,7 @@
|
||||
}
|
||||
|
||||
function sql_bool_to_bool($s) {
|
||||
return $s; //no-op for PDO
|
||||
return $s && ($s != "f" && $s != "false"); //no-op for PDO, backwards compat for legacy layer
|
||||
}
|
||||
|
||||
function bool_to_sql_bool($s) {
|
||||
|
||||
Reference in New Issue
Block a user