Skip to content
Snippets Groups Projects
Commit d67efcb2 authored by webgeer's avatar webgeer
Browse files

*** empty log message ***

parent 6570bcaa
No related branches found
No related tags found
No related merge requests found
......@@ -1277,7 +1277,7 @@ function theme_views_view_gmap($view, $nodes) {
$fields = _views_get_fields();
$markers = array();
foreach ($nodes as $node) {
$node_data = node_load(array('nid'=>$node->nid));
$node_data = node_load($node->nid);
$location = $node_data->location;
if (($location['lat']) && ($location['lon'])) {
$marker_label = '';
......
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