Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3872 → Rev 3873

/branches/v3.01-serpe/jrest/bibliotheque/Cel.php
199,7 → 199,7
$code_http = 500; // Internal Server Error
$mime = 'application/json';
$json = true;
$donnees->cause = $this->messages;
if (is_object($donnees)) $donnees->cause = $this->messages;
} else {
$code_http = 200; // OK
if (is_null($donnees)) {