js_confirm_pop_up.install in Confirm popup 8
Same filename and directory in other branches
Use to uninstall configuration variable.
File
js_confirm_pop_up.installView source
<?php
/**
* @file
* Use to uninstall configuration variable.
*/
/**
* Implements hook_uninstall().
*/
function js_confirm_pop_up_uninstall() {
variable_del('js_confirm_pop_up_actual_form_id');
}
Functions
Name | Description |
---|---|
js_confirm_pop_up_uninstall | Implements hook_uninstall(). |