function nodereference_enable in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 6 modules/nodereference/nodereference.install \nodereference_enable()
- 6.2 modules/nodereference/nodereference.install \nodereference_enable()
Implementation of hook_enable().
Notify content module when this module is enabled.
File
- modules/
nodereference/ nodereference.install, line 25 - Implementation of hook_install().
Code
function nodereference_enable() {
drupal_load('module', 'content');
content_notify('enable', 'nodereference');
}