Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1132 Rev 1142
Line 614... Line 614...
614
				$lat = $this->proteger($lat);
614
				$lat = $this->proteger($lat);
615
				$lng = $this->proteger($lng);
615
				$lng = $this->proteger($lng);
616
				$sql = " AND (coord_x = $lat AND coord_y = $lng) ";
616
				$sql = " AND (coord_x = $lat AND coord_y = $lng) ";
617
			}
617
			}
618
		}
618
		}
619
		$sql .= ' AND mots_cles_texte NOT LIKE %sensible%';
619
		$sql .= ' AND mots_cles_texte NOT LIKE "%sensible%" ';
620
		return $sql;
620
		return $sql;
621
	}
621
	}
Line 622... Line 622...
622
 
622
 
623
	private function construireWhereCommentaire() {
623
	private function construireWhereCommentaire() {