You are here

function google_analytics_counter_reset in Google Analytics Counter 7.3

Reset all module settings by deleting its variables.

1 call to google_analytics_counter_reset()
google_analytics_counter_confirm_reset_form_submit in ./google_analytics_counter.module
Submit handler gets called when form is submitted, so code to be executed upon form submission goes here

File

./google_analytics_counter.module, line 470
Basic functions for this module.

Code

function google_analytics_counter_reset() {
  google_analytics_counter_revoke();
  drupal_goto('admin/config/system/google_analytics_counter/dashboard');
}