From 7fb140ef3b5d909364085b021cae428748f8680a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 17 Oct 2005 18:18:05 +0000 Subject: [PATCH] Ajout info nb lignes --- htdocs/telephonie/script/retour-check.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; + + }