You are here

function fieldgroup_disable in Content Construction Kit (CCK) 6

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

Implementation of hook_disable().

Notify content module when this module is disabled.

File

modules/fieldgroup/fieldgroup.install, line 39

Code

function fieldgroup_disable() {
  content_notify('disable', 'fieldgroup');
}