Update database.php
This commit is contained in:
parent
caf3e22898
commit
b95337e188
|
@ -90,7 +90,7 @@ if(!function_exists("exec_db_query")) {
|
||||||
$dbc->beginTransaction();
|
$dbc->beginTransaction();
|
||||||
}
|
}
|
||||||
|
|
||||||
// execute statement (insert->execute(bind), or if not sql->bind->execute)
|
// execute statement (insert->execute(bind) or if not, sql->bind->execute)
|
||||||
$stmt_executed = $is_insert_with_bind ? @$stmt->execute($bind) : @$stmt->execute();
|
$stmt_executed = $is_insert_with_bind ? @$stmt->execute($bind) : @$stmt->execute();
|
||||||
|
|
||||||
if($is_check_count == true) {
|
if($is_check_count == true) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user