Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 665 Rev 671
Line 619... Line 619...
619
		$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
619
		$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
Line 620... Line 620...
620
 
620
 
621
		// TODO : améliorer le trie des résultats
621
		// TODO : améliorer le trie des résultats
622
		// ATTENTION : ce comportement est étrange
622
		// ATTENTION : ce comportement est étrange
623
		$masque = $this->recupererMasquePrincipal();
623
		$masque = $this->recupererMasquePrincipal();
624
		if (isset($masque)) {
624
		if (isset($masque) && !isset($this->parametres['retour.tri'])) {
625
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
625
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
Line 626... Line 626...
626
		}
626
		}
627
 
627