Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1296 → Rev 1297

/trunk/jrest/services/InventoryObservationCount.php
41,13 → 41,7
 
$chercheur_observations = new RechercheObservation($this->config);
 
$criteres = array();
 
if(isset($uid[1]))
{
$criteres = $chercheur_observations->parserRequeteCriteres($uid[1]) ;
}
 
$criteres = $_GET;
$retour = $chercheur_observations->compterObservations($uid[0], $criteres);
$this->envoyerJson($retour);