Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 112 Rev 133
Line 514... Line 514...
514
	//-----------------------------Fonctions d'affichage utiliser dans les fonctions de formatage---------------------------
514
	//-----------------------------Fonctions d'affichage utiliser dans les fonctions de formatage---------------------------
Line 515... Line 515...
515
 
515
 
516
	public function afficherDonnees($champApi, $valeur) {
516
	public function afficherDonnees($champApi, $valeur) {
517
		$champBdd = $this->trouverChampBddCorrespondant($champApi);
517
		$champBdd = $this->trouverChampBddCorrespondant($champApi);
518
		if ($this->parametres['retour.format'] == 'min') {
518
		if ($this->parametres['retour.format'] == 'min') {
519
			if ($cle == 'nom_sci') {
519
			if ($champApi == 'nom_sci') {
520
				$valeur = $valeur.$this->ajouterCompositionNom($this->resultat_req);
520
				$valeur = $valeur.$this->ajouterCompositionNom($this->resultat_req);
521
			}
521
			}
522
			$this->table_retour[$champBdd] = $valeur;
522
			$this->table_retour[$champBdd] = $valeur;
523
		} else {
523
		} else {