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
7dadbae1
Commit
7dadbae1
authored
14 years ago
by
Brandon Bergren
Browse files
Options
Downloads
Patches
Plain Diff
Fix form parameters as per #571086.
parent
d6832fef
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gmap_macro_builder.module
+1
-1
1 addition, 1 deletion
gmap_macro_builder.module
gmap_settings_ui.inc
+1
-1
1 addition, 1 deletion
gmap_settings_ui.inc
with
2 additions
and
2 deletions
gmap_macro_builder.module
+
1
−
1
View file @
7dadbae1
...
@@ -54,7 +54,7 @@ function gmap_macro_builder_menu() {
...
@@ -54,7 +54,7 @@ function gmap_macro_builder_menu() {
* Fields to hide from the map. (See code for details.)
* Fields to hide from the map. (See code for details.)
* Suggestions for better ways of doing this welcome!
* Suggestions for better ways of doing this welcome!
*/
*/
function
gmap_macro_builder_form
(
&
$form_state
,
$settings
=
array
(),
$hide
=
array
())
{
function
gmap_macro_builder_form
(
$form
,
&
$form_state
,
$settings
=
array
(),
$hide
=
array
())
{
$path
=
drupal_get_path
(
'module'
,
'gmap'
);
$path
=
drupal_get_path
(
'module'
,
'gmap'
);
$form
[
'macroform'
]
=
array
(
$form
[
'macroform'
]
=
array
(
...
...
This diff is collapsed.
Click to expand it.
gmap_settings_ui.inc
+
1
−
1
View file @
7dadbae1
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* GMap settings form.
* GMap settings form.
*/
*/
function
gmap_admin_settings
(
&
$form_state
)
{
function
gmap_admin_settings
(
$form
,
&
$form_state
)
{
// Reset the icondata cache.
// Reset the icondata cache.
gmap_get_icondata
(
TRUE
);
gmap_get_icondata
(
TRUE
);
...
...
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