From 31ade811a523f0a52fd43ec82276422b026fccf5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 29 May 2017 15:18:18 -0600 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/xml_cdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index daeb2d58d9..98ecf69911 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -375,7 +375,7 @@ } echo th_order_by('caller_id_name', $text['label-cid-name'], $order_by, $order, null, null, $param); echo th_order_by('caller_id_number', $text['label-source'], $order_by, $order, null, null, $param); - echo th_order_by('caller_destination', "caller destination ".$text['label-caller_destination'], $order_by, $order, null, null, $param); + echo th_order_by('caller_destination', $text['label-caller_destination'], $order_by, $order, null, null, $param); echo th_order_by('destination_number', $text['label-destination'], $order_by, $order, null, null, $param); if (permission_exists('recording_play') || permission_exists('recording_download')) { echo "".$text['label-recording']."\n";