Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 194 → Rev 195

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