Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 890 Rev 892
Line 33... Line 33...
33
			$chercheur_info_taxon = new RechercheInfosTaxon($this->config);
33
			$chercheur_info_taxon = new RechercheInfosTaxon($this->config);
34
	 		$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);	 			 		
34
	 		$retour = $chercheur_info_taxon->effectuerRequeteInfosComplementairesEtFormaterNom($uid[0]);	 			 		
35
		}
35
		}
Line 36... Line 36...
36
		
36
		
-
 
37
		$output = json_encode($retour);
37
		$output = json_encode($retour);
38
		header("content-type: application/json");
38
		print($output);
39
		print($output);
Line 39... Line 40...
39
	}
40
	}