You are here

update_advanced.install in Update Status Advanced Settings 6

Same filename and directory in other branches
  1. 7 update_advanced.install

Install, update and uninstall functions for the update_advanced module.

File

update_advanced.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the update_advanced module.
 */

/**
 * Implementation of hook_uninstall().
 */
function update_advanced_uninstall() {
  variable_del('update_advanced_check_disabled');
  variable_del('update_advanced_project_settings');
}

Functions

Namesort descending Description
update_advanced_uninstall Implementation of hook_uninstall().