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
c0ea364b
Commit
c0ea364b
authored
14 years ago
by
Brandon Bergren
Browse files
Options
Downloads
Patches
Plain Diff
File gmap settings page under Web Services.
Fixes the second part of [#922564].
parent
6fa101b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gmap.module
+1
-1
1 addition, 1 deletion
gmap.module
with
1 addition
and
1 deletion
gmap.module
+
1
−
1
View file @
c0ea364b
...
...
@@ -518,7 +518,7 @@ function _gmap_filter_tips($filter, $format, $long = FALSE) {
* Implementation of hook_menu().
*/
function
gmap_menu
()
{
$items
[
'admin/
setting
s/gmap'
]
=
array
(
$items
[
'admin/
config/service
s/gmap'
]
=
array
(
'title'
=>
'GMap'
,
'description'
=>
'Configure GMap settings'
,
'page callback'
=>
'drupal_get_form'
,
...
...
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