You are here

function yandex_metrics_reports_reset_counter_id in Yandex.Metrics 8.3

Same name and namespace in other branches
  1. 7.3 yandex_metrics_reports/yandex_metrics_reports.module \yandex_metrics_reports_reset_counter_id()
  2. 7.2 yandex_metrics_reports/yandex_metrics_reports.module \yandex_metrics_reports_reset_counter_id()

Reset counter ID on authorization via Yandex Services Authorization.

1 string reference to 'yandex_metrics_reports_reset_counter_id'
yandex_metrics_reports_form_yandex_services_auth_admin_settings_alter in yandex_metrics_reports/yandex_metrics_reports.module
Implements hook_form_FORM_ID_alter().

File

yandex_metrics_reports/yandex_metrics_reports.module, line 714
The main code of Yandex.Metrics Reports module.

Code

function yandex_metrics_reports_reset_counter_id($form, &$form_state) {
  variable_set('yandex_metrics_reports_counter_id', '');
}