From 1f8f62753389bcbc658f5252f8b7e92a4051e50b Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 16 Oct 2015 16:52:58 -0700 Subject: [PATCH] Remove the exit on the dialplan destination edit. --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index b22127f6cf..b8298e2f04 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -369,7 +369,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { if (!permission_exists('destination_domain')) { $sql .= "and domain_uuid = '".$domain_uuid."' "; } - echo $sql."

"; + //echo $sql."

"; $db->exec(check_sql($sql)); unset($sql); }