Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gmap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
gmap
Commits
b0e6aaa3
Commit
b0e6aaa3
authored
18 years ago
by
webgeer
Browse files
Options
Downloads
Patches
Plain Diff
http://drupal.org/node/98161
Thanks ahoeben!
parent
2bcc01a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gmap_location.module
+1
-0
1 addition, 0 deletions
gmap_location.module
with
1 addition
and
0 deletions
gmap_location.module
+
1
−
0
View file @
b0e6aaa3
...
...
@@ -100,6 +100,7 @@ function gmap_location_user_page() {
$newmarker
[
'label'
]
=
theme
(
'gmap_location_user_html'
,
$account
);
$newmarker
[
'latitude'
]
=
$u
->
latitude
;
$newmarker
[
'longitude'
]
=
$u
->
longitude
;
$newmarker
[
'link'
]
=
url
(
'user/'
.
$account
->
uid
);
$newmarker
[
'markername'
]
=
$marker
;
$newmarker
[
'tooltip'
]
=
check_plain
(
$account
->
name
);
$locationbyuser
[
$u
->
oid
]
=
array
(
'latitude'
=>
$u
->
latitude
,
'longitude'
=>
$u
->
longitude
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment