Incrément des lignes...

This commit is contained in:
Michael RICOIS 2012-04-30 12:06:54 +00:00
parent e93a9b2283
commit 315a49c7b5

View File

@ -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;