function cck_time_uninstall in CCK Time 6
Implementation of hook_uninstall().
Let CCK take care of this.
File
- ./
cck_time.module, line 26
Code
function cck_time_uninstall() {
content_notify('uninstall', 'cck_time');
}
Implementation of hook_uninstall().
Let CCK take care of this.
function cck_time_uninstall() {
content_notify('uninstall', 'cck_time');
}