You are here

function logouttab_uninstall in Logout Tab 7

Implements hook_uninstall()

File

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

Code

function logouttab_uninstall() {
  variable_del('logouttab_url');
  variable_del('logouttab_weight');
}