function googleanalytics_update_7006 in Google Analytics 7.2
Same name and namespace in other branches
- 7 googleanalytics.install \googleanalytics_update_7006()
Delete obsolete trackOutboundAsPageview variable.
File
- ./
googleanalytics.install, line 432 - Installation file for Google Analytics module.
Code
function googleanalytics_update_7006() {
variable_del('googleanalytics_trackoutboundaspageview');
return t('Deleted obsolete trackOutboundAsPageview variable.');
}