Update database.php

This commit is contained in:
Namhyeon Go 2020-01-09 21:57:41 +09:00 committed by GitHub
parent e4d3eafb49
commit 36528fab7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,6 +314,7 @@ if(!check_function_exists("get_bind_to_sql_insert")) {
"getcount" => true,
"setwheres" => $setnotwhere
));
write_common_log($_sql);
$_rows = exec_db_fetch_all($_sql, $_bind_K);
foreach($_rows as $_row) {
$num_duplicates += intval($_row['value']);