You are here

function text_install in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 5 text.install \text_install()
  2. 6.3 modules/text/text.install \text_install()
  3. 6 examples/simple_field.php \text_install()
  4. 6 examples/example_field.php \text_install()
  5. 6 modules/text/text.install \text_install()

@file Implementation of hook_install().

File

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

Code

function text_install() {
  drupal_load('module', 'content');
  content_notify('install', 'text');
}