You are here

function userreference_install in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 5 userreference.install \userreference_install()
  2. 6.3 modules/userreference/userreference.install \userreference_install()
  3. 6 modules/userreference/userreference.install \userreference_install()

@file Implementation of hook_install().

File

modules/userreference/userreference.install, line 7
Implementation of hook_install().

Code

function userreference_install() {
  drupal_load('module', 'content');
  content_notify('install', 'userreference');
}