From a3d8270e308e5687a034403ec9df2d1dfcc96166 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 12 Jun 2016 14:24:35 -0600 Subject: [PATCH] Update call_flows.php Update call_flows.php rename anti to alternate. --- app/call_flows/call_flows.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/call_flows/call_flows.php b/app/call_flows/call_flows.php index 7b390b323e..557252ea57 100644 --- a/app/call_flows/call_flows.php +++ b/app/call_flows/call_flows.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2016 the Initial Developer. All Rights Reserved. Contributor(s): @@ -124,7 +124,7 @@ require_once "resources/paging.php"; echo $row['call_flow_label']; } else { - echo $row['call_flow_anti_label']; + echo $row['call_flow_alternate_label']; } echo " \n"; echo " \n"; @@ -132,7 +132,7 @@ require_once "resources/paging.php"; echo " ".$row['call_flow_extension']." \n"; echo " ".$row['call_flow_feature_code']." \n"; //echo " ".$row['call_flow_app']." ".$row['call_flow_data']." \n"; - //echo " ".$row['call_flow_anti_app']." ".$row['call_flow_anti_data']." \n"; + //echo " ".$row['call_flow_alternate_app']." ".$row['call_flow_alternate_data']." \n"; echo " ".$row['call_flow_description']." \n"; echo " "; if (permission_exists('call_flow_edit')) { @@ -169,4 +169,4 @@ require_once "resources/paging.php"; //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>