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');
}
Implementation of hook_enable().
Notify content module when this module is enabled.
function tzfield_enable() {
content_notify('enable', 'tzfield');
}