diff --git a/htdocs/telephonie/script/retour-check.php b/htdocs/telephonie/script/retour-check.php index 6569a89afac..03bbcf3d619 100644 --- a/htdocs/telephonie/script/retour-check.php +++ b/htdocs/telephonie/script/retour-check.php @@ -133,8 +133,10 @@ Function check_file($db,$dir,$file) fclose($hf); - return $error; - print "ok : $ok\n"; print "erreurs : $nok\n"; + print "$lignes : $line\n"; + return $error; + + }