Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1014

/trunk/jrest/services/InventoryObservationCount.php
49,11 → 49,9
}
 
$retour = $chercheur_observations->compterObservations($uid[0], $criteres);
 
$retour_encode = json_encode($retour) ;
header("content-type: application/json") ;
print $retour_encode ;
exit() ;
$this->envoyerJson($retour);
return true;
}
}
?>