mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove debug SQL echo from previous commit.
This commit is contained in:
@@ -763,7 +763,6 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
|
||||
$sql .= "and dialplan_detail_type = 'fifo' ";
|
||||
$sql .= "and dialplan_detail_data not like '%@${domain_name} in%' ";
|
||||
$sql .= "order by dialplan_detail_data asc ";
|
||||
echo $sql;
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
Reference in New Issue
Block a user