ソースを参照

Update orm.php

FusionPBX 9 年 前
コミット
cb9e8ffc3d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      resources/classes/orm.php

+ 2 - 2
resources/classes/orm.php

@@ -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'];