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 +?>