function soundcloudfield_enable in SoundCloud field 6
Implementation of hook_enable().
Notify content module when this module is enabled.
File
- ./
soundcloudfield.install, line 32 - Notify CCK when this module is enabled, disabled, installed, and uninstalled so CCK can do any necessary preparation or cleanup.
Code
function soundcloudfield_enable() {
drupal_load('module', 'content');
content_notify('enable', 'soundcloudfield');
}