From 5804c1af4c78e7422cb4f0357d650c57e87028fc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 17 Oct 2005 18:08:44 +0000 Subject: [PATCH] Ajout info retour ligne inconnue --- htdocs/telephonie/script/retour-traitement.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/telephonie/script/retour-traitement.php b/htdocs/telephonie/script/retour-traitement.php index 129aa6634f9..5af0c7c155d 100644 --- a/htdocs/telephonie/script/retour-traitement.php +++ b/htdocs/telephonie/script/retour-traitement.php @@ -233,4 +233,8 @@ for ($i = 0 ; $i < $n ; $i++) * */ } + else + { + print "Ligne inconnue : $numero\n"; + } }