You are here

function timezone_detect_uninstall in Timezone Detect 6

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

Implements hook_uninstall().

File

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

Code

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