diff --git a/htdocs/telephonie/script/import-cdr-bt.php b/htdocs/telephonie/script/import-cdr-bt.php index d49c6fc5b82..6665ed26d01 100644 --- a/htdocs/telephonie/script/import-cdr-bt.php +++ b/htdocs/telephonie/script/import-cdr-bt.php @@ -201,10 +201,8 @@ foreach ($newfiles as $xfile) { if (is_readable($xfile)) { - // if ( _verif($db, $xfile) == 0) - if (true) + if ( _verif($db, $xfile) == 0) { - dolibarr_syslog("Lecture du fichier $xfile"); $error = 0;