You are here

function tzfield_disable in Time Zone Field 6

Implementation of hook_disable().

Notify content module when this module is disabled.

File

./tzfield.install, line 31

Code

function tzfield_disable() {
  content_notify('disable', 'tzfield');
}