You are here

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