mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-01 05:29:18 +00:00
Update database.php
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user