Update orm.php
This commit is contained in:
parent
8a33431aa2
commit
598e36f0cf
|
|
@ -311,7 +311,7 @@
|
|||
$this->debug["sql"] = true;
|
||||
|
||||
//start the atomic transaction
|
||||
$this->db->beginTransaction();
|
||||
// $this->db->beginTransaction();
|
||||
|
||||
//debug info
|
||||
//echo "<pre>\n";
|
||||
|
|
@ -766,7 +766,7 @@
|
|||
$this->message = $message;
|
||||
|
||||
//commit the atomic transaction
|
||||
$this->db->commit();
|
||||
// $this->db->commit();
|
||||
|
||||
//get the domain uuid
|
||||
$domain_uuid = $_SESSION['domain_uuid'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue