function cck_time_install in CCK Time 6
Implementation of hook_install().
Let CCK take care of this.
File
- ./
cck_time.module, line 17
Code
function cck_time_install() {
content_notify('install', 'cck_time');
}
Implementation of hook_install().
Let CCK take care of this.
function cck_time_install() {
content_notify('install', 'cck_time');
}