comment out the transaction support for now

This commit is contained in:
Mark Crane 2014-04-25 05:36:47 +00:00
parent ad9bdd9f48
commit 1a8985a8a0
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();