logouttab.install in Logout Tab 7
Install, update and uninstall functions for the logouttab module.
File
logouttab.installView 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
|
Name |
Description |
|---|---|
| logouttab_uninstall | Implements hook_uninstall() |