Skip to content
Snippets Groups Projects
Commit 9b34d20d authored by Brandon Bergren's avatar Brandon Bergren
Browse files

#353098, reported by surge_martin: Use correct criteria for determining non-blocked users.

parent aa7b5fe6
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,8 @@ function gmap_location_user_page() {
i.uid = r.uid
WHERE
u.status = 1
AND
u.access != 0
AND
(l.latitude != 0 OR l.longitude != 0)
GROUP BY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment