Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 870 Rev 898
Line 703... Line 703...
703
 
703
 
704
	public function afficherSignification($champ, $valeur) {
704
	public function afficherSignification($champ, $valeur) {
705
		if ($champ == 'id' && isset($this->resultat_req['nom_sci']) && $this->resultat_req['num_nom'] == $valeur) {
705
		if ($champ == 'id' && isset($this->resultat_req['nom_sci']) && $this->resultat_req['num_nom'] == $valeur) {
706
			//si le nom_sci du num_nom que l'on veut afficher est déjà dans la table de résultat :
706
			//si le nom_sci du num_nom que l'on veut afficher est déjà dans la table de résultat :
707
			$this->table_retour['nom_sci'] = $this->resultat_req['nom_sci'];
707
			$this->table_retour['nom_sci'] = $this->resultat_req['nom_sci'];
708
			$this->table_retour['nom_sci_complet'] = $this->resultat_req['nom_sci'].' '.
-
 
709
				$this->ajouterCompositionNom($this->resultat_req);
708
			$this->table_retour['nom_sci_complet'] = $this->resultat_req['nom_sci'] . (($suff = $this->ajouterCompositionNom($this->resultat_req)) ? ' ' . $suff : '');
710
		} elseif ($this->correspondAUnId($champ) || $champ == 'id') {
709
		} elseif ($this->correspondAUnId($champ) || $champ == 'id') {
711
			$nom = $this->recupererNomSci($valeur);
710
			$nom = $this->recupererNomSci($valeur);
712
			if ($nom != array()) {
711
			if ($nom != array()) {
713
				$this->table_retour[$champ.'.libelle'] = $nom['nom_sci'];
712
				$this->table_retour[$champ.'.libelle'] = $nom['nom_sci'];