From d8ff5814e4de76d12804cf24d74ea2cace981ddd Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 24 Nov 2012 17:31:01 +0000 Subject: [PATCH] Comment out destinations for future use. --- includes/lib_switch.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index dda952d68b..1e49148f66 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -639,6 +639,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s unset ($prep_statement); //list destinations + /* $sql = "select * from v_destinations "; $sql .= "where domain_uuid = '$domain_uuid' "; $sql .= "and destination_enabled = 'true' "; @@ -678,7 +679,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s echo "\n"; } unset ($prep_statement); - + */ //list extensions $sql = "select * from v_extensions "; $sql .= "where domain_uuid = '$domain_uuid' ";