Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
google_analytics
Commits
b77bff2d
Commit
b77bff2d
authored
Dec 25, 2011
by
hass
Browse files
Deleted obsolete googleanalytics_trackpageloadtime variable.
parent
743f34c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
googleanalytics.install
View file @
b77bff2d
...
...
@@ -422,3 +422,12 @@ function googleanalytics_update_7006() {
return
t
(
'Deleted obsolete trackOutboundAsPageview variable.'
);
}
/**
* Delete obsolete googleanalytics_trackpageloadtime variable.
*/
function
googleanalytics_update_7007
()
{
variable_del
(
'googleanalytics_trackpageloadtime'
);
return
t
(
'Deleted obsolete googleanalytics_trackpageloadtime variable.'
);
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment