You are here

function ga_stats_uninstall in Google Analytics Statistics 7.x

Same name and namespace in other branches
  1. 7.2 ga_stats.install \ga_stats_uninstall()
  2. 7 ga_stats.install \ga_stats_uninstall()

File

./ga_stats.install, line 60

Code

function ga_stats_uninstall() {
  variable_del('ga_stats_email');
  variable_del('ga_stats_password');
  variable_del('ga_stats_profile');
}