This commit is contained in:
Michael RICOIS 2012-02-20 13:12:09 +00:00
parent efb7f27c39
commit 4f6e428b24

View File

@ -508,6 +508,7 @@ foreach($tabIdentifiant as $item)
$values = ${$item.'Data'};
}
$retour = call_user_func($item.'Data', $siren, $nicV, $values);
print_r($retour);
$tabData[$row] = $tabData[$row] + $retour;
}
}