Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 195 → Rev 194

/trunk/bibliotheque/dao/Dao.php
90,6 → 90,7
protected function envoyerRequeteConsultation($url) {
$url = $this->traiterUrlParametres($url);
Debug::printr($url);
$retour = $this->envoyerRequete($url, 'GET');
return $retour;
}