Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1035 → Rev 1036

/trunk/services/modules/0.1/moissonnage/Cartes.php
246,8 → 246,6
$resultat = new ResultatService();
$resultat->corps = $formateur->renvoyerCarte();
$resultat->mime = $this->retour;
//echo '<pre>'.print_r($resultat,true).'</pre>';exit;
 
return $resultat;
}