function google_analytics_et_uninstall in Google Analytics Event Tracking 6
Same name and namespace in other branches
- 7 google_analytics_et.install \google_analytics_et_uninstall()
Implements hook_uninstall().
File
- ./
google_analytics_et.install, line 10 - Install, update and uninstall functions for the google_analytics_et module.
Code
function google_analytics_et_uninstall() {
variable_del('google_analytics_et_selectors');
variable_del('google_analytics_et_selectors_override');
}