function ytarget_uninstall in Webform Yandex Goals 7
Same name and namespace in other branches
- 7.2 ytarget.install \ytarget_uninstall()
implements hook_uninstall()
File
- ./
ytarget.install, line 6
Code
function ytarget_uninstall() {
variable_del('ytarget_id');
}