You are here

function nodereference_uninstall in Content Construction Kit (CCK) 6

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

Implementation of hook_uninstall().

File

modules/nodereference/nodereference.install, line 13

Code

function nodereference_uninstall() {
  content_notify('uninstall', 'nodereference');
}