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');
}
Implementation of hook_disable().
Notify content module when this module is disabled.
function tzfield_disable() {
content_notify('disable', 'tzfield');
}