You are here

function soundcloudfield_install in SoundCloud field 6

Implementation of hook_install().

File

./soundcloudfield.install, line 14
Notify CCK when this module is enabled, disabled, installed, and uninstalled so CCK can do any necessary preparation or cleanup.

Code

function soundcloudfield_install() {
  drupal_load('module', 'content');
  content_notify('install', 'soundcloudfield');
}