Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3686 → Rev 3687

/branches/v3.00-serfouette/jrest/services/CelWidgetMapPoint.php
981,7 → 981,7
private function construireWherePhotosSeulement() {
$sql = '';
if (isset($this->parametres['photos']) && $this->parametres['photos'] == 1) {
$sql = 'AND co.images is not null) ';
$sql = ' AND co.images is not null ';
}
return $sql;
}