Update database.php
This commit is contained in:
parent
47372684a1
commit
e4d3eafb49
|
@ -314,7 +314,7 @@ if(!check_function_exists("get_bind_to_sql_insert")) {
|
||||||
"getcount" => true,
|
"getcount" => true,
|
||||||
"setwheres" => $setnotwhere
|
"setwheres" => $setnotwhere
|
||||||
));
|
));
|
||||||
$_rows = exec_db_fetch_all($sql, $_bind_K);
|
$_rows = exec_db_fetch_all($_sql, $_bind_K);
|
||||||
foreach($_rows as $_row) {
|
foreach($_rows as $_row) {
|
||||||
$num_duplicates += intval($_row['value']);
|
$num_duplicates += intval($_row['value']);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user