Ajout debug

This commit is contained in:
Rodolphe Quiedeville 2005-12-05 09:27:53 +00:00
parent 647ee203d1
commit 2b3989bcfe

View File

@ -44,6 +44,7 @@ for ($i = 1 ; $i < sizeof($argv) ; $i++)
if (strlen($argv[$i]) == 10)
{
$ligne = $argv[$i];
print "Filtre sur la ligne ".$ligne."\n";
}
}