And another one
This commit is contained in:
parent
7a3bdbfc15
commit
054e40de65
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ class dba {
|
||||||
|
|
||||||
logger(dba::replace_parameters($sql, $command['param']), LOGGER_DATA);
|
logger(dba::replace_parameters($sql, $command['param']), LOGGER_DATA);
|
||||||
|
|
||||||
if (!self::e($sql, $param)) {
|
if (!self::e($sql, $command['param'])) {
|
||||||
self::p("ROLLBACK");
|
self::p("ROLLBACK");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue