function nodereference_install in Content Construction Kit (CCK) 6.2
Same name and namespace in other branches
- 5 nodereference.install \nodereference_install()
- 6.3 modules/nodereference/nodereference.install \nodereference_install()
- 6 modules/nodereference/nodereference.install \nodereference_install()
@file Implementation of hook_install().
File
- modules/
nodereference/ nodereference.install, line 7 - Implementation of hook_install().
Code
function nodereference_install() {
drupal_load('module', 'content');
content_notify('install', 'nodereference');
}