debug
This commit is contained in:
parent
8503cc2d8f
commit
95c066038f
@ -312,6 +312,8 @@ if (($handle = fopen($inFile, 'r')) !== FALSE) {
|
||||
$profilEntete = json_decode($profil->criteres, true);
|
||||
$tabExtract = array_merge($tabExtract, $profilEntete);
|
||||
|
||||
print_r($tabExtract); exit;
|
||||
|
||||
$nbIdentifiant = count($tabIdentifiant);
|
||||
//echo "Chargement de $row lignes dont $nbIdentifiant lignes avec identifiants.\n";
|
||||
$rowTotal = $nbIdentifiant;
|
||||
|
Loading…
Reference in New Issue
Block a user