소스 검색

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