mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:41:50 +01:00
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()
|
function transaction_begin()
|
||||||
{
|
{
|
||||||
return pg_Exec($this->Link_ID,'begin');
|
return $this->query('begin');
|
||||||
}
|
}
|
||||||
|
|
||||||
function transaction_commit()
|
function transaction_commit()
|
||||||
|
Loading…
Reference in New Issue
Block a user