This commit is contained in:
Michael RICOIS 2013-01-29 15:36:02 +00:00
parent 59f167ea82
commit 7123955dd7

View File

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