Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 837 → Rev 838

/trunk/services/bibliotheque/ReponseHttp.php
28,7 → 28,7
 
public function setResultatService($resultat) {
if (!($resultat instanceof ResultatService)) {
$this->resultatService->corps = $resultat;
$this->resultatService->corps = is_null($resultat) ? '' : $resultat;
} else {
$this->resultatService = $resultat;
}