functions.inc.php: mysqli is a valid database_type as well!

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@112 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent c1f25dce38
commit f854128947

@ -1330,7 +1330,7 @@ function db_get_boolean($bool) {
}
return 'false';
}
elseif($CONF['database_type'] == 'mysql') {
elseif($CONF['database_type'] == 'mysql' || $CONF['database_type'] == 'mysqli') {
if($bool) {
return 1;
}

Loading…
Cancel
Save