diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index adf9c25588..e74cf43e5a 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -629,17 +629,6 @@ //loop through the results $x = 0; foreach ($result as $index => $row) { - //get the date and time - $tmp_year = date("Y", strtotime($row['start_stamp'])); - $tmp_month = date("M", strtotime($row['start_stamp'])); - $tmp_day = date("d", strtotime($row['start_stamp'])); - $tmp_start_epoch_date = escape(date("j M Y", $row['start_epoch'])); - if ($_SESSION['domain']['time_format']['text'] == '12h') { - $tmp_start_epoch_time = escape(date("g:i:s a", $row['start_epoch'])); - } - else { - $tmp_start_epoch_time = escape(date("H:i:s", $row['start_epoch'])); - } //get the hangup cause $hangup_cause = $row['hangup_cause']; @@ -791,8 +780,8 @@ } //start if (permission_exists('xml_cdr_start')) { - $content .= "