Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 118 → Rev 117

/trunk/controleurs/FicheStructure.php
187,7 → 187,6
$personnel['_courriel_'] = $this->formaterCourriels($personnel['_courriel_']);
$personnel['_contact_'] = $this->formaterOuiNon($personnel['csap_mark_contact']);
$personnel['_specialite_'] = $this->construireTxtListeOntologie($personnel['cp_ce_truk_specialite']);
$personnel['_url_'] = $this->obtenirUrlFichePersonne($personnel['csap_id_personne']);
}
}
}