Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1152 Rev 1425
Line 29... Line 29...
29
	function getElement($uid){
29
	function getElement($uid){
Line 30... Line 30...
30
		
30
		
Line 31... Line 31...
31
		$retour = array("null"); 
31
		$retour = array("null"); 
32
	
32
	
33
		if (isset($uid[0])) {			
33
		if (isset($uid[0])) {			
34
			$chercheur_info_taxon = new RechercheInfosTaxon($this->config);
34
			$chercheur_info_taxon = new RechercheInfosTaxonBeta($this->config);
Line 35... Line 35...
35
	 		$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);	 			 		
35
	 		$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);	 			 		
36
		}
36
		}