Bläddra i källkod

Update database.php

FusionPBX 8 år sedan
förälder
incheckning
0644b1f062
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      resources/classes/database.php

+ 2 - 2
resources/classes/database.php

@@ -1133,7 +1133,7 @@ include "root.php";
 					$this->debug["sql"] = true;
 					$this->debug["sql"] = true;
 
 
 				//start the atomic transaction
 				//start the atomic transaction
-//					$this->db->beginTransaction();
+					$this->db->beginTransaction();
 
 
 				//debug info
 				//debug info
 					//echo "<pre>\n";
 					//echo "<pre>\n";
@@ -1598,7 +1598,7 @@ include "root.php";
 					$this->message = $message;
 					$this->message = $message;
 
 
 				//commit the atomic transaction
 				//commit the atomic transaction
-					//$this->db->commit();
+					$this->db->commit();
 
 
 				//get the domain uuid
 				//get the domain uuid
 					$domain_uuid = $_SESSION['domain_uuid'];
 					$domain_uuid = $_SESSION['domain_uuid'];