Update database.php

This commit is contained in:
Namhyeon Go 2020-02-20 14:30:54 +09:00 committed by GitHub
parent b99c86075c
commit eaa8085914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,6 +387,7 @@ if(!is_fn("exec_db_bulk_end")) {
$rows = get_shared_var("bulk_" . $bulkid);
if(count($rows) == 0) {
write_common_log("bulk ended: empty", "system/database");
return;
}
$sql = "insert into `%s` (%s) values (%s)";