diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index 8e3d4b11f4..2f0680e3f3 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -327,8 +327,8 @@ else { echo th_order_by('start_stamp', $text['label-start'], $order_by, $order); //echo th_order_by('end_stamp', 'End', $order_by, $order); echo th_order_by('duration', $text['label-length'], $order_by, $order); - if (if_group("admin") || if_group("superadmin")) { - echo th_order_by('pdd_ms', 'PDD', $order_by, $order); + if (if_group("admin") || if_group("superadmin")) { + echo th_order_by('pdd_ms', 'PDD', $order_by, $order); } echo th_order_by('hangup_cause', $text['label-status'], $order_by, $order); echo "\n"; @@ -437,6 +437,7 @@ else { echo "
| \n"; |