You are here

function timezone_detect_uninstall in Timezone Detect 7

Same name and namespace in other branches
  1. 6 timezone_detect.install \timezone_detect_uninstall()

Implements hook_uninstall().

File

./timezone_detect.install, line 77
(Un)installs the Timezone Detect module.

Code

function timezone_detect_uninstall() {
  variable_del('timezone_detect_mode');
}