Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 667 Rev 671
Line 610... Line 610...
610
		$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
610
		$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
Line 611... Line 611...
611
 
611
 
612
		// TODO : améliorer le trie des résultats
612
		// TODO : améliorer le trie des résultats
613
		// ATTENTION : ce comportement est étrange
613
		// ATTENTION : ce comportement est étrange
614
		$masque = $this->recupererMasquePrincipal();
614
		$masque = $this->recupererMasquePrincipal();
615
		if (isset($masque)) {
615
		if (isset($masque) && !isset($this->parametres['retour.tri'])) {
616
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
616
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
Line 617... Line 617...
617
		}
617
		}
618
 
618