Update xml_cdr_extension_summary.php

This commit is contained in:
FusionPBX 2020-02-02 15:37:50 -07:00 committed by GitHub
parent a2b135809f
commit fffbb14455
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@
//show the results
echo "<table xclass='tr_hover' width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo " <tr>\n";
if ($_GET['show'] != "all" && permission_exists('xml_cdr_all')) {
if ($_GET['show'] === "all" && permission_exists('xml_cdr_all')) {
echo " <th>".$text['label-domain']."</th>\n";
}
echo " <th>".$text['label-extension']."</th>\n";