function nodereference_enable in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 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 22
Code
function nodereference_enable() {
content_notify('enable', 'nodereference');
}