This commit is contained in:
Michael RICOIS 2013-01-29 16:24:35 +00:00
parent 8e6676d6f1
commit aa0449aec1

View File

@ -807,7 +807,8 @@ function situationJuridiqueData($siren, $nic, $values = false)
foreach ($tabTmp as $sit) {
$iInsee = new MInsee();
echo 'Avant'."\n";
$tmp = $iInsee->getAnnoncesLegales($siren, 0, $sit, false);
$tmp = $iInsee->getAnnoncesLegales($siren, 0, $sit);
echo 'Après'."\n";
print_r($tmp);
if (count($tmp)>0) {
$tmp=$tmp[0];