From 5ad6fc36950af1aedab600797776e266d064cf17 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 12 Dec 2011 11:40:49 +0000 Subject: [PATCH] Suppression preg_replace_callback --- application/views/default/scripts/identite/fiche.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/default/scripts/identite/fiche.phtml b/application/views/default/scripts/identite/fiche.phtml index 88c1055fe..4f85dcf2b 100644 --- a/application/views/default/scripts/identite/fiche.phtml +++ b/application/views/default/scripts/identite/fiche.phtml @@ -61,7 +61,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']); dBlock['ActiviteEn']['texte'] = $this->RemplaceSiren($this->dBlock['ActiviteEn']['texte']); +//$this->dBlock['ActiviteEn']['texte'] = $this->RemplaceSiren($this->dBlock['ActiviteEn']['texte']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEt']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Naf4']);