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