mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr_details.php
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($destination_number)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($start_stamp)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($end_stamp)."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape(gmdate("G:i:s", $duration))."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape(gmdate("G:i:s", $duration ?? 0))."</td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".escape($hangup_cause)."</td>\n";
|
||||
echo "</table>";
|
||||
echo "<br /><br />\n";
|
||||
|
||||
Reference in New Issue
Block a user