comment out the transaction support for now
This commit is contained in:
@@ -63,7 +63,7 @@ else {
|
|||||||
unset ($prep_statement);
|
unset ($prep_statement);
|
||||||
|
|
||||||
//start the atomic transaction
|
//start the atomic transaction
|
||||||
$db->beginTransaction();
|
//$db->beginTransaction();
|
||||||
|
|
||||||
//delete the dialplan
|
//delete the dialplan
|
||||||
if (isset($dialplan_uuid)) {
|
if (isset($dialplan_uuid)) {
|
||||||
@@ -88,7 +88,7 @@ else {
|
|||||||
unset($sql);
|
unset($sql);
|
||||||
|
|
||||||
//commit the atomic transaction
|
//commit the atomic transaction
|
||||||
$db->commit();
|
//$db->commit();
|
||||||
|
|
||||||
//synchronize the xml config
|
//synchronize the xml config
|
||||||
save_dialplan_xml();
|
save_dialplan_xml();
|
||||||
|
|||||||
Reference in New Issue
Block a user