Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 93 Rev 99
Line 506... Line 506...
506
		$masque = $this->recupererMasquePrincipal();
506
		$masque = $this->recupererMasquePrincipal();
507
		if (isset($masque)) {
507
		if (isset($masque)) {
508
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
508
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
509
		}
509
		}
510
		if (isset($this->masque)) {
510
		if (isset($this->masque)) {
511
			$table_retour['masque'] = implode('&', $this->masque); 
511
			$this->table_retour['masque'] = implode('&', $this->masque); 
512
		}
512
		}
513
		$this->afficherEnteteResultat('/'.$this->service); //communNomTaxons
513
		$this->afficherEnteteResultat('/'.$this->service); //communNomTaxons
514
		$table_retour_json['entete'] = $this->table_retour;
514
		$table_retour_json['entete'] = $this->table_retour;
515
		//on remplit la table $table_retour_json['resultat']
515
		//on remplit la table $table_retour_json['resultat']
516
		$champs = null;
516
		$champs = null;