mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr_extension_summary.php
This commit is contained in:
@@ -241,11 +241,11 @@
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['missed'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['no_answer'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row['busy'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".gmdate("H:i:s",$row['aloc'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".format_hours($row['aloc'])." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' style='text-align: right;'> ". escape($row['inbound_calls']) ."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' style='text-align: right;'>".(($row['inbound_duration'] != '0') ? gmdate("G:i:s", $row['inbound_duration']) : '0:00:00')."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' style='text-align: right;'>".(($row['inbound_duration'] != '0') ? format_hours($row['inbound_duration']) : '0:00:00')."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' style='text-align: right;'> ".(($row['outbound_calls'] != '') ? escape($row['outbound_calls']) : "0")."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' style='text-align: right;'>".(($row['outbound_duration'] != '') ? gmdate("G:i:s", $row['outbound_duration']) : '0:00:00')."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."' style='text-align: right;'>".(($row['outbound_duration'] != '') ? format_hours($row['outbound_duration']) : '0:00:00')."</td>\n";
|
||||
echo " <td valign='top' class='row_stylebg'>".escape($row['description'])." </td>\n";
|
||||
echo "</tr>\n";
|
||||
$c = ($c==0) ? 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user