You are here

function tzfield_enable in Time Zone Field 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./tzfield.install, line 22

Code

function tzfield_enable() {
  content_notify('enable', 'tzfield');
}