Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 765 Rev 770
Line 575... Line 575...
575
			}
575
			}
576
			if ($champApi == 'nom_sci_html') {
576
			if ($champApi == 'nom_sci_html') {
577
				$valeur = $valeur.' '.$this->ajouterCompositionNom($this->resultat_req, 'htm');
577
				$valeur = $valeur.' '.$this->ajouterCompositionNom($this->resultat_req, 'htm');
578
			}
578
			}
579
			$this->table_retour[$champBdd] = $valeur;
579
			$this->table_retour[$champBdd] = $valeur;
-
 
580
			// on essaye de permettre l'obtention du nom_sci_complet, y compris en retour.format == 'min',
-
 
581
			// tout en évitant les appels aux ontologies
-
 
582
			/*if ($this->correspondAUnId($champBdd) || $champBdd == 'id' && $valeur != '0') {
-
 
583
				preg_match('/^([^.]+\.parent_0[12]|[^.]+)(?:\.id)?$/', $champBdd, $match);
-
 
584
				if(strpos($this->parametres['retour.format'], $match[1]) !== false) $this->afficherSignification($match[1], $valeur);
-
 
585
				}*/
580
		} else {
586
		} else {
581
			$this->afficherToutesLesInfos($champBdd, $valeur);
587
			$this->afficherToutesLesInfos($champBdd, $valeur);
582
		}
588
		}
583
	}
589
	}