You are here

logouttab.install in Logout Tab 7

Install, update and uninstall functions for the logouttab module.

File

logouttab.install
View source
<?php

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

/**
 * Implements hook_uninstall()
 */
function logouttab_uninstall() {
  variable_del('logouttab_url');
  variable_del('logouttab_weight');
}

Functions

Namesort descending Description
logouttab_uninstall Implements hook_uninstall()