Update database.php

This commit is contained in:
Namhyeon Go 2020-01-10 11:34:04 +09:00 committed by GitHub
parent 2b4c6eda84
commit daca6e01fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ if(!check_function_exists("get_bind_to_sql_insert")) {
// check ignores
if(count($setignore) > 0) {
$_options = array_merge(array(
"getcount" => true
"getcount" => true,
"setwheres" => $setignore
), $options);
$_sql = get_bind_to_sql_select($tablename, $bind, $_options);