You are here

function update_advanced_uninstall in Update Status Advanced Settings 7

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

Implements 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_project_settings');
}