From c91db4ab11230f38da57bddba4181f8affabcefd Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 29 Jan 2013 16:58:51 +0000 Subject: [PATCH] Debug --- batch/enrichissement.php | 1 + 1 file changed, 1 insertion(+) diff --git a/batch/enrichissement.php b/batch/enrichissement.php index b6b5d155..25ae0ad6 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -812,6 +812,7 @@ function situationJuridiqueData($siren, $nic, $values = false) $tmp = $iInsee->getAnnoncesLegales($siren, 0, $sit); if (count($tmp)>0) { $tmp=$tmp[0]; + print_r($tmp); $tabData['situationJuridique']=$sit; $tabData['situationParution']=$tmp['DateParution']; $tabData['situationDernCode']=$tmp[0]['CodeEven'];