function optionwidgets_enable in Content Construction Kit (CCK) 6
Same name and namespace in other branches
- 6.3 modules/optionwidgets/optionwidgets.install \optionwidgets_enable()
- 6.2 modules/optionwidgets/optionwidgets.install \optionwidgets_enable()
Implementation of hook_enable().
Notify content module when this module is enabled.
File
- modules/
optionwidgets/ optionwidgets.install, line 26
Code
function optionwidgets_enable() {
content_notify('enable', 'optionwidgets');
}