You are here

function number_enable in Content Construction Kit (CCK) 6

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

Implementation of hook_enable().

Notify content module when this module is enabled.

File

modules/number/number.install, line 26

Code

function number_enable() {
  content_notify('enable', 'number');
}