From 315a49c7b510b8a1c62a26f3dea50d9894738f01 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 30 Apr 2012 12:06:54 +0000 Subject: [PATCH] =?UTF-8?q?Incr=C3=A9ment=20des=20lignes...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- batch/enrichissement.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/batch/enrichissement.php b/batch/enrichissement.php index a989f48d..200819a4 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -458,12 +458,13 @@ $row = 0; //Vérification et création des données foreach($tabIdentifiant as $item) { - if ( $opts->reprise && $row <= $rowReprise ) { + echo "Ligne ".($row+1)."\n"; + + if ( $opts->reprise && $row < $rowReprise ) { + $row++; continue; } - echo "Ligne ".($row+1)."\n"; - $siretValide = false; $sirenValide = false;