Sfoglia il codice sorgente

Update database.php

FusionPBX 8 anni fa
parent
commit
d3abd53d6e
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      resources/classes/database.php

+ 2 - 3
resources/classes/database.php

@@ -1139,7 +1139,7 @@ include "root.php";
 					$this->debug["sql"] = true;
 
 				//start the atomic transaction
-					//$this->db->beginTransaction();
+					$this->db->beginTransaction();
 
 				//debug info
 					//echo "<pre>\n";
@@ -1493,7 +1493,6 @@ include "root.php";
 															$sql .= "AND ".$child_key_name." = '".$child_key_value."' ";
 															$sql = str_replace(", WHERE", " WHERE", $sql);
 															$this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
-										//					unset($row);
 
 															//$prep_statement->bindParam(':domain_uuid', $_SESSION["domain_uuid"] );
 
@@ -1688,7 +1687,7 @@ include "root.php";
 					$this->message = $message;
 
 				//commit the atomic transaction
-					//$this->db->commit();
+					$this->db->commit();
 
 				//get the UUIDs
 					$user_uuid = $_SESSION['user_uuid'];