Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1299 Rev 1425
Line 39... Line 39...
39
	function getElement($uid){
39
	function getElement($uid){
Line 40... Line 40...
40
 
40
 
Line 41... Line 41...
41
		$nt = null;
41
		$nt = null;
42
 
42
 
43
		if(isset($uid[0])) {
43
		if(isset($uid[0])) {
44
			$recherche_infos_taxon = new RechercheInfosTaxon($this->config);
44
			$recherche_infos_taxon = new RechercheInfosTaxonBeta($this->config);
Line 45... Line 45...
45
			$nt = $recherche_infos_taxon->rechercherNumTaxSurNumNom($uid[0]);
45
			$nt = $recherche_infos_taxon->rechercherNumTaxSurNumNom($uid[0]);