comment out the transaction support for now

This commit is contained in:
Mark Crane 2014-04-25 05:36:47 +00:00
parent 6ef0fd0339
commit ffe388e5b9
1 changed files with 2 additions and 2 deletions

View File

@ -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();