diff --git a/app/call_flows/call_flows.php b/app/call_flows/call_flows.php index e234033404..c49e292f97 100644 --- a/app/call_flows/call_flows.php +++ b/app/call_flows/call_flows.php @@ -102,7 +102,7 @@ require_once "includes/paging.php"; echo "\n"; echo "\n"; echo th_order_by('call_flow_status', 'Status', $order_by, $order); - echo th_order_by('call_flow_name', 'Name', $order_by, $order); + //echo th_order_by('call_flow_name', 'Name', $order_by, $order); echo th_order_by('call_flow_extension', 'Extension', $order_by, $order); echo th_order_by('call_flow_feature_code', 'Feature Code', $order_by, $order); //echo "\n"; @@ -130,7 +130,7 @@ require_once "includes/paging.php"; } echo " \n"; echo " \n"; - echo " \n"; + //echo " \n"; echo " \n"; echo " \n"; //echo " \n";
Destination".$row['call_flow_name']." ".$row['call_flow_name']." ".$row['call_flow_extension']." ".$row['call_flow_feature_code']." ".$row['call_flow_app']." ".$row['call_flow_data']."