From 4f6e428b242ebe572ca340ff21e798f2295ab224 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 20 Feb 2012 13:12:09 +0000 Subject: [PATCH] Debugage --- batch/enrichissement.php | 1 + 1 file changed, 1 insertion(+) diff --git a/batch/enrichissement.php b/batch/enrichissement.php index 2934c371..a07483f3 100644 --- a/batch/enrichissement.php +++ b/batch/enrichissement.php @@ -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; } }