Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1142 → Rev 1143

/trunk/modules/recherche_avancee/RechercheAvancee.php
16,7 → 16,6
$tableau_champs_presence = array();
$referentiel = Registre::get('parametres.referentiel');
$champs_presence = Config::get($referentiel.'.champsPresence');
//echo '<pre>'.print_r($champs_presence,true).'</pre>';exit;
$champs_presence_spl = explode('|', $champs_presence);
foreach($champs_presence_spl as $champ) {
$label_param_champ = explode(':', $champ);