Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 1034 | Rev 1134 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1034 Rev 1036
Line 245... Line 245...
245
		$formateur->formaterCarte($this->taxon);
245
		$formateur->formaterCarte($this->taxon);
246
		$resultat = new ResultatService();
246
		$resultat = new ResultatService();
247
		$resultat->corps = $formateur->renvoyerCarte();
247
		$resultat->corps = $formateur->renvoyerCarte();
248
		$resultat->mime = $this->retour;
248
		$resultat->mime = $this->retour;
Line 249... Line -...
249
		
-
 
250
		//echo '<pre>'.print_r($resultat,true).'</pre>';exit;
-
 
251
 
249
 
252
		return $resultat;
250
		return $resultat;
Line 253... Line 251...
253
	}
251
	}
254
	
252