Fix the permissions for admin using the time conditions and dialplan -> destinations.

This commit is contained in:
Mark Crane
2015-04-29 23:22:36 +00:00
parent 5e558cca0d
commit 70453cfd5a
4 changed files with 24 additions and 3 deletions
@@ -68,7 +68,6 @@ else {
//delete dialplan and details
$dialplans_deleted = 0;
foreach ($dialplan_uuids as $dialplan_uuid) {
//delete child data
$sql = "delete from v_dialplan_details ";
$sql .= "where dialplan_uuid = '".$dialplan_uuid."' ";