Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 114 | Rev 130 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 118
Line 185... Line 185...
185
			$personnel['_tel_fax_'] = $this->construireTxtListeOntologie($personnel['cp_truk_telephone']);
185
			$personnel['_tel_fax_'] = $this->construireTxtListeOntologie($personnel['cp_truk_telephone']);
186
			$personnel['_courriel_'] = $this->traiterTxtTruck($personnel['cp_truk_courriel']);
186
			$personnel['_courriel_'] = $this->traiterTxtTruck($personnel['cp_truk_courriel']);
187
			$personnel['_courriel_'] = $this->formaterCourriels($personnel['_courriel_']);
187
			$personnel['_courriel_'] = $this->formaterCourriels($personnel['_courriel_']);
188
			$personnel['_contact_'] = $this->formaterOuiNon($personnel['csap_mark_contact']);
188
			$personnel['_contact_'] = $this->formaterOuiNon($personnel['csap_mark_contact']);
189
			$personnel['_specialite_'] = $this->construireTxtListeOntologie($personnel['cp_ce_truk_specialite']);
189
			$personnel['_specialite_'] = $this->construireTxtListeOntologie($personnel['cp_ce_truk_specialite']);
-
 
190
			$personnel['_url_'] = $this->obtenirUrlFichePersonne($personnel['csap_id_personne']);
190
		}
191
		}
191
	}
192
	}
192
}
193
}
193
194