Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1296 → Rev 1297

/trunk/jrest/services/InventoryExport.php
38,15 → 38,9
// Controle detournement utilisateur
$this->controleUtilisateur($uid[0]);
 
$criteres = array();
$criteres = $_GET;
$chercheur_observations = new RechercheObservation($this->config);
 
if(isset($uid[1]))
{
$criteres = $chercheur_observations->parserRequeteCriteres($uid[1]);
}
 
// Creating a workbook
$workbook = new Spreadsheet_Excel_Writer();