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']."'";
|
$tr_link = "href='call_flow_edit.php?id=".$row['call_flow_uuid']."'";
|
||||||
}
|
}
|
||||||
echo "<tr ".$tr_link.">\n";
|
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") {
|
if ($row['call_flow_status'] != "false") {
|
||||||
echo $row['call_flow_label'];
|
echo $row['call_flow_label'];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user