Update database.php

This commit is contained in:
Namhyeon Go 2020-01-14 21:18:39 +09:00 committed by GitHub
parent 07c362cb15
commit aaffec4006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,7 +324,7 @@ if(!check_function_exists("get_bind_to_sql_insert")) {
"getcount" => true,
"setwheres" => $setignore
);
$_sql = get_bind_to_sql_select($tablename, $bind, $_options);
$_sql = get_bind_to_sql_select($tablename, false, $_options);
$_rows = exec_db_fetch_all($_sql, $bind);
foreach($_rows as $_row) {
$num_ignores += intval($_row['value']);