You are here

function globalredirect_uninstall in Global Redirect 6

Same name and namespace in other branches
  1. 5 globalredirect.install \globalredirect_uninstall()
  2. 7 globalredirect.install \globalredirect_uninstall()

Implements hook_uninstall().

File

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

Code

function globalredirect_uninstall() {
  variable_del('globalredirect_settings');
}