Update xml_cdr.php

This commit is contained in:
FusionPBX
2019-10-04 13:16:21 -06:00
committed by GitHub
parent 109e7a9414
commit 1477526fd1

View File

@@ -609,8 +609,8 @@
$content .= "<tr id='recording_progress_bar_".$row['xml_cdr_uuid']."' style='display: none;'><td class='".$row_style[$c]." playback_progress_bar_background' style='padding: 0; border: none;' colspan='".$col_count."'><span class='playback_progress_bar' id='recording_progress_".$row['xml_cdr_uuid']."'></span></td></tr>\n";
}
if (permission_exists('xml_cdr_details') && $row['raw_data_exists']) {
$tr_link = "href='xml_cdr_details.php?id=".escape($row['xml_cdr_uuid']).(($_REQUEST['show']) ? "&show=all" : null)."'";
if (permission_exists('xml_cdr_details')) {
$tr_link = "href='xml_cdr_details.php?id=".urlencode($row['xml_cdr_uuid']).(($_REQUEST['show']) ? "&show=all" : null)."'";
}
else {
$tr_link = null;
@@ -858,4 +858,4 @@
//show the footer
require_once "resources/footer.php";
?>
?>