diff --git a/app/conferences/app_defaults.php b/app/conferences/app_defaults.php index e332d08d5f..b13989b669 100644 --- a/app/conferences/app_defaults.php +++ b/app/conferences/app_defaults.php @@ -2,12 +2,12 @@ if ($domains_processed == 1) { - $sql = "update v_dialplan_details "; - $sql .= "set dialplan_detail_data = replace(dialplan_detail_data, '-','@') "; - $sql .= "where dialplan_detail_type = 'conference' and dialplan_detail_data like '%-%';"; - //echo $sql."\n"; - $db->exec($sql); - unset($sql); + $sql = "update v_dialplan_details "; + $sql .= "set dialplan_detail_data = replace(dialplan_detail_data, '-','@') "; + $sql .= "where dialplan_detail_type = 'conference' and dialplan_detail_data like '%-%';"; + //echo $sql."\n"; + $db->exec($sql); + unset($sql); }