From c34be68f01abdef92c64bc5fd084e5e9732051da Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 18 Apr 2018 18:22:51 -0600 Subject: [PATCH] Update v_xml_cdr_import.php --- app/xml_cdr/v_xml_cdr_import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/v_xml_cdr_import.php b/app/xml_cdr/v_xml_cdr_import.php index efea772686..18dc1b861a 100644 --- a/app/xml_cdr/v_xml_cdr_import.php +++ b/app/xml_cdr/v_xml_cdr_import.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2017 + Portions created by the Initial Developer are Copyright (C) 2008-2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -721,7 +721,7 @@ process_xml_cdr($db, $leg, $xml_string); //delete the file after it has been imported -// unlink($xml_cdr_dir.'/'.$file); + unlink($xml_cdr_dir.'/'.$file); //increment the variable $x++;