forked from extern/egroupware
For some reason, using pg_Exec() with transaction_begin() wasn't always working
This commit is contained in:
parent
ebc976dbdb
commit
bf66467d0d
@ -132,7 +132,7 @@ class db {
|
||||
|
||||
function transaction_begin()
|
||||
{
|
||||
return pg_Exec($this->Link_ID,'begin');
|
||||
return $this->query('begin');
|
||||
}
|
||||
|
||||
function transaction_commit()
|
||||
|
Loading…
Reference in New Issue
Block a user