You are here

function ytarget_uninstall in Webform Yandex Goals 7.2

Same name and namespace in other branches
  1. 7 ytarget.install \ytarget_uninstall()

implements hook_uninstall()

File

./ytarget.install, line 6

Code

function ytarget_uninstall() {
  variable_del('ytarget_id');
}