Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3621 Rev 3622
Line 582... Line 582...
582
				$lat = Cel::db()->proteger($lat.'%');
582
				$lat = Cel::db()->proteger($lat.'%');
583
				$lng = Cel::db()->proteger($lng.'%');
583
				$lng = Cel::db()->proteger($lng.'%');
584
				$sql = " AND (latitude LIKE $lat AND longitude LIKE $lng) ";
584
				$sql = " AND (latitude LIKE $lat AND longitude LIKE $lng) ";
585
			}
585
			}
586
		}
586
		}
587
		$sql .= ' AND (localisation_floutage IS NULL OR localisation_floutage = "précise" ) ';
587
		//$sql .= ' AND (localisation_floutage IS NULL OR localisation_floutage = "précise" ) ';
588
		return $sql;
588
		return $sql;
589
	}
589
	}
Line 590... Line 590...
590
 
590
 
591
	private function construireWhereCommentaire() {
591
	private function construireWhereCommentaire() {