You are here

function js_confirm_pop_up_uninstall in Confirm popup 8

Same name and namespace in other branches
  1. 7 js_confirm_pop_up.install \js_confirm_pop_up_uninstall()

Implements hook_uninstall().

File

./js_confirm_pop_up.install, line 11
Use to uninstall configuration variable.

Code

function js_confirm_pop_up_uninstall() {
  variable_del('js_confirm_pop_up_actual_form_id');
}