Suppression preg_replace_callback

This commit is contained in:
Michael RICOIS 2011-12-12 11:40:49 +00:00
parent aeaa6bf153
commit 5ad6fc3695

View File

@ -61,7 +61,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']);
<table>
<?php
//Remplace Siren pour texte
$this->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']);