program/include/rcube_shared.inc | ●●●●● patch | view | raw | blame | history |
program/include/rcube_shared.inc
@@ -140,7 +140,7 @@ function get_boolean($str) { $str = strtolower($str); if (in_array($str, array('false', '0', 'no', 'nein', ''), TRUE)) if (in_array($str, array('false', '0', 'no', 'off', 'nein', ''), TRUE)) return FALSE; else return TRUE;