Update database.php
This commit is contained in:
parent
2b4c6eda84
commit
daca6e01fc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user