Update call_flows.php

Update call_flows.php rename anti to alternate.
This commit is contained in:
FusionPBX 2016-06-12 14:24:35 -06:00 committed by GitHub
parent 3ad7fe027c
commit a3d8270e30
1 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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 "&nbsp;\n";
echo " </td>\n";
@ -132,7 +132,7 @@ require_once "resources/paging.php";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_extension']."&nbsp;</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_feature_code']."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_app']." ".$row['call_flow_data']."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_anti_app']." ".$row['call_flow_anti_data']."&nbsp;</td>\n";
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['call_flow_alternate_app']." ".$row['call_flow_alternate_data']."&nbsp;</td>\n";
echo " <td valign='top' class='row_stylebg' width='30%'>".$row['call_flow_description']."&nbsp;</td>\n";
echo " <td class='list_control_icons'>";
if (permission_exists('call_flow_edit')) {
@ -169,4 +169,4 @@ require_once "resources/paging.php";
//include the footer
require_once "resources/footer.php";
?>
?>