Subversion Repositories eFlore/Applications.cel

Rev

Rev 3686 | Rev 3688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3686 Rev 3687
Line 979... Line 979...
979
 
979
 
980
 
980
 
981
	private function construireWherePhotosSeulement() {
981
	private function construireWherePhotosSeulement() {
982
		$sql = '';
982
		$sql = '';
983
		if (isset($this->parametres['photos']) && $this->parametres['photos'] == 1) {
983
		if (isset($this->parametres['photos']) && $this->parametres['photos'] == 1) {
984
			$sql = 'AND co.images is not null) ';
984
			$sql = ' AND co.images is not null ';
985
		}
985
		}
Line 986... Line 986...
986
		return $sql;
986
		return $sql;