Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 245 → Rev 246

/trunk/bibliotheque/dao/RechercheDao.php
44,7 → 44,7
}
// recherche du nombre de publications : nouveau
public function chercherPersonnesNbre($parametres) {
public function chercherPublicationsNbre($parametres) {
$url = $this->construireUrlRecherchePublications('NombrePublications', $parametres, false);
$json = $this->envoyerRequeteConsultation($url);
$donnees = json_decode($json, true);