You are here

function optionwidgets_install in Content Construction Kit (CCK) 6.2

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

@file Implementation of hook_install().

File

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

Code

function optionwidgets_install() {
  drupal_load('module', 'content');
  content_notify('install', 'optionwidgets');
}