projects
/
project/gmap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6570bca
)
*** empty log message ***
author
webgeer
Fri, 8 Dec 2006 08:13:07 +0000 (08:13 +0000)
committer
webgeer
Fri, 8 Dec 2006 08:13:07 +0000 (08:13 +0000)
gmap.module
patch
|
blob
|
blame
|
history
diff --git
a/gmap.module
b/gmap.module
index
4962e5d
..
65989f4
100644
(file)
--- a/
gmap.module
+++ b/
gmap.module
@@
-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 = '';