You are here

function nodereference_disable in Content Construction Kit (CCK) 6

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

Implementation of hook_disable().

Notify content module when this module is disabled.

File

modules/nodereference/nodereference.install, line 31

Code

function nodereference_disable() {
  content_notify('disable', 'nodereference');
}