From ffe388e5b952238e16430e04ba5c161bddce45b8 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 25 Apr 2014 05:36:47 +0000 Subject: [PATCH] comment out the transaction support for now --- app/destinations/destination_delete.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/destinations/destination_delete.php b/app/destinations/destination_delete.php index db81db1fde..30051f37a1 100644 --- a/app/destinations/destination_delete.php +++ b/app/destinations/destination_delete.php @@ -63,7 +63,7 @@ else { unset ($prep_statement); //start the atomic transaction - $db->beginTransaction(); + //$db->beginTransaction(); //delete the dialplan if (isset($dialplan_uuid)) { @@ -88,7 +88,7 @@ else { unset($sql); //commit the atomic transaction - $db->commit(); + //$db->commit(); //synchronize the xml config save_dialplan_xml();