Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1267 → Rev 1268

/trunk/services/modules/0.1/cel/Images.php
549,7 → 549,7
/* autres fonctions */
private function chargerTopImages() {
$nn = substr($this->parametres['masque.nn'], strpos($this->parametres['masque.nn'], ':') + 1);
$referentiel = $this->parametres['masque.referentiel'];
$referentiel = isset($this->parametres['masque.referentiel']) ? $this->parametres['masque.referentiel'] : '';
$and = $referentiel ? ' AND referentiel = ' . $this->Bdd->proteger($referentiel) : '';
 
$requete = 'SELECT referentiel, ce_image as id_img, organe '.