function nodereference_count_install in Nodereference Count 6
Implementation of hook_install().
File
- ./
nodereference_count.install, line 11 - Install, update, and uninstall functions for the nodereference_count module.
Code
function nodereference_count_install() {
drupal_load('module', 'content');
content_notify('install', 'nodereference_count');
}