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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user