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

#307964 by agrivas: Fix query in gmap_location_node_page when nid is supplied.

parent 8835eb5c
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ function gmap_location_node_page($nid = NULL) {
n.status = 1
AND
(l.latitude != 0 OR l.longitude != 0)
". $add_sql), 'node', $nid);
". $add_sql), $nid);
$count = 0;
while ($row = db_fetch_object($result)) {
......
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