Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 557 → Rev 558

/trunk/jrest/services/Cel.php
290,6 → 290,7
}
public function etreAdminAutorise($identifiant) {
$identifiant = $this->getAuthIdentifiant();
$autorisation = ($this->etreUtilisateurAutorise() && $this->etreAdminCel($identifiant)) ? true : false;
return $autorisation;
}