You are here

function update_advanced_uninstall in Update Status Advanced Settings 6

Same name and namespace in other branches
  1. 7 update_advanced.install \update_advanced_uninstall()

Implementation of hook_uninstall().

File

./update_advanced.install, line 11
Install, update and uninstall functions for the update_advanced module.

Code

function update_advanced_uninstall() {
  variable_del('update_advanced_check_disabled');
  variable_del('update_advanced_project_settings');
}