Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 798 Rev 880
Line 211... Line 211...
211
	private function definirMotsASurligner() {
211
	private function definirMotsASurligner() {
212
		$this->motsASurligner = explode(' ', $this->parametres->masqueRecherche);
212
		$this->motsASurligner = explode(' ', $this->parametres->masqueRecherche);
Line 213... Line 213...
213
 
213
 
Line 214... Line -...
214
	}
-
 
215
	
-
 
216
 
-
 
217
 
-
 
218
	
214
	}
219
	
215
	
220
	private function surlignerMotsMasqueRecherche($nom) {
216
	private function surlignerMotsMasqueRecherche($nom) {
221
		$this->surligneur->setTexte($nom);
217
		$this->surligneur->setTexte($nom);
222
		$nom = $this->surligneur->surlignerMots($this->motsASurligner);
218
		$nom = $this->surligneur->surlignerMots($this->motsASurligner);