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
6822a4ca
Commit
6822a4ca
authored
Apr 05, 2013
by
hass
Browse files
Correct order
parent
2b26c6ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googleanalytics.install
googleanalytics.install
+1
-1
No files found.
googleanalytics.install
View file @
6822a4ca
...
...
@@ -31,7 +31,6 @@ function googleanalytics_uninstall() {
variable_del
(
'googleanalytics_custom'
);
variable_del
(
'googleanalytics_custom_var'
);
variable_del
(
'googleanalytics_domain_mode'
);
variable_del
(
'googleanalytics_privacy_donottrack'
);
variable_del
(
'googleanalytics_js_scope'
);
variable_del
(
'googleanalytics_last_cache'
);
variable_del
(
'googleanalytics_pages'
);
...
...
@@ -47,6 +46,7 @@ function googleanalytics_uninstall() {
variable_del
(
'googleanalytics_translation_set'
);
variable_del
(
'googleanalytics_visibility_pages'
);
variable_del
(
'googleanalytics_visibility_roles'
);
variable_del
(
'googleanalytics_privacy_donottrack'
);
// Remove backup variables if exist. Remove this code in D8.
variable_del
(
'googleanalytics_codesnippet_after_backup_6300'
);
...
...
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