comment out the transaction support for now
This commit is contained in:
parent
6ef0fd0339
commit
ffe388e5b9
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue