Update database.php

This commit is contained in:
Namhyeon Go 2019-04-03 12:00:00 +09:00 committed by GitHub
parent d7c9604b59
commit 354ed9348c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ if(!check_function_exists("get_db_binded_param")) {
foreach($bind as $k=>$v) {
if($exp == sprintf(":%s", $k)) {
$exp = make_safe_argument($v);
break;
}
}