Update v_xml_cdr_import.php

This commit is contained in:
FusionPBX 2018-04-18 18:22:51 -06:00 committed by GitHub
parent e246fed126
commit c34be68f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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++;