You are here

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');
}