function cck_time_enable in CCK Time 6
Implementation of hook_enable().
Let CCK take care of this.
File
- ./
cck_time.module, line 35
Code
function cck_time_enable() {
content_notify('enable', 'cck_time');
}
Implementation of hook_enable().
Let CCK take care of this.
function cck_time_enable() {
content_notify('enable', 'cck_time');
}