function cck_time_disable in CCK Time 6
Implementation of hook_disable().
Let CCK take care of this.
File
- ./
cck_time.module, line 44
Code
function cck_time_disable() {
content_notify('disable', 'img_cap_tax');
}
Implementation of hook_disable().
Let CCK take care of this.
function cck_time_disable() {
content_notify('disable', 'img_cap_tax');
}