mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-15 15:45:03 +00:00
Update call_flows.php
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
$tr_link = "href='call_flow_edit.php?id=".$row['call_flow_uuid']."'";
|
||||
}
|
||||
echo "<tr ".$tr_link.">\n";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||
if ($row['call_flow_status'] != "false") {
|
||||
echo $row['call_flow_label'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user