diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 356e938f2b..18d428c46c 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -394,7 +394,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { dialplan_detail_add($_SESSION['domain_uuid'], $dialplan_uuid, $dialplan_detail_tag, $dialplan_detail_order, $dialplan_detail_group, $dialplan_detail_type, $dialplan_detail_data); } if ($dialplan_type == "update") { - //udpate the fax dialplan entry + //update the fax dialplan entry $sql = "update v_dialplans set "; $sql .= "dialplan_name = '$fax_name', "; if (strlen($dialplan_order) > 0) { @@ -524,183 +524,212 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "