From 69f09a510c21fa219da14a2a3fbbcdfbd2b0324a Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 29 Jun 2012 14:39:19 +0000 Subject: [PATCH] Suppression valeur dans champs data --- library/Scores/Enrichissement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Scores/Enrichissement.php b/library/Scores/Enrichissement.php index e43a27ac..7ae78961 100644 --- a/library/Scores/Enrichissement.php +++ b/library/Scores/Enrichissement.php @@ -382,7 +382,7 @@ class Enrichissement 'bilanN1'=> array('values'=>''), 'bilanN2'=> array('values'=>''), 'annonces'=> array('values'=>''), - 'AdresseNormalise' => array('values'=>''), + 'AdresseNormalise' => array(), ); public function __construct(){}