Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1014 Rev 1425
Line 43... Line 43...
43
	function getElement($uid){
43
	function getElement($uid){
Line 44... Line 44...
44
 
44
 
Line 45... Line 45...
45
		$nt = null;
45
		$nt = null;
46
 
46
 
47
		if(isset($uid[0])) {
47
		if(isset($uid[0])) {
48
			$recherche_infos_taxon = new RechercheInfosTaxon($this->config);
48
			$recherche_infos_taxon = new RechercheInfosTaxonBeta($this->config);
Line 49... Line 49...
49
			$nt = $recherche_infos_taxon->rechercherNumTaxSurNumNom($uid[0]);
49
			$nt = $recherche_infos_taxon->rechercherNumTaxSurNumNom($uid[0]);