Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1432 → Rev 1433

/trunk/services/modules/0.1/images/ListeImages2.php
178,9 → 178,14
 
// Ce n'est pas la peine de continuer s'il n'y a pas eu de résultats dans la table del_obs_images
if(!$idobs_tab) {
$resultat = new ResultatService();
$resultat->corps = array('entete' => ListeObservations2::makeJSONHeader(0, $params, Config::get('url_service')),
'resultats' => array());
return $resultat;
/*
header('HTTP/1.0 404 Not Found');
// don't die (phpunit)
throw(new Exception());
throw(new Exception()); */
}