mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_details.php
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
//get the cdr string from the database
|
//get the cdr string from the database
|
||||||
$sql = "select * from v_xml_cdr ";
|
$sql = "select * from v_xml_cdr ";
|
||||||
if ($_GET['showall'] && permission_exists('xml_cdr_all')) {
|
if (permission_exists('xml_cdr_all')) {
|
||||||
$sql .= "where uuid = '$uuid' ";
|
$sql .= "where uuid = '$uuid' ";
|
||||||
} else {
|
} else {
|
||||||
$sql .= "where uuid = '$uuid' and domain_uuid = '$domain_uuid' ";
|
$sql .= "where uuid = '$uuid' and domain_uuid = '$domain_uuid' ";
|
||||||
|
|||||||
Reference in New Issue
Block a user