Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
google_analytics
Commits
4fd3b719
Commit
4fd3b719
authored
Mar 31, 2014
by
hass
Browse files
Issue #2229443: PHP pages snippet setting lost
parent
e1d272e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googleanalytics.admin.inc
googleanalytics.admin.inc
+2
-2
No files found.
googleanalytics.admin.inc
View file @
4fd3b719
...
...
@@ -97,8 +97,8 @@ function googleanalytics_admin_settings_form($form_state) {
if
(
$visibility
==
2
&&
!
$php_access
)
{
$form
[
'tracking'
][
'page_vis_settings'
]
=
array
();
$form
[
'tracking'
][
'page_vis_settings'
][
'visibility'
]
=
array
(
'#type'
=>
'value'
,
'#value'
=>
2
);
$form
[
'tracking'
][
'page_vis_settings'
][
'pages'
]
=
array
(
'#type'
=>
'value'
,
'#value'
=>
$pages
);
$form
[
'tracking'
][
'page_vis_settings'
][
'
googleanalytics_
visibility
_pages
'
]
=
array
(
'#type'
=>
'value'
,
'#value'
=>
2
);
$form
[
'tracking'
][
'page_vis_settings'
][
'
googleanalytics_
pages'
]
=
array
(
'#type'
=>
'value'
,
'#value'
=>
$pages
);
}
else
{
$options
=
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment