You are here

function number_install in Content Construction Kit (CCK) 6

Same name and namespace in other branches
  1. 5 number.install \number_install()
  2. 6.3 modules/number/number.install \number_install()
  3. 6.2 modules/number/number.install \number_install()

Implementation of hook_install().

File

modules/number/number.install, line 10

Code

function number_install() {
  content_notify('install', 'number');
}