You are here

function userreference_uninstall in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/userreference/userreference.install \userreference_uninstall()
  2. 6 modules/userreference/userreference.install \userreference_uninstall()

Implementation of hook_uninstall().

File

modules/userreference/userreference.install, line 15
Implementation of hook_install().

Code

function userreference_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'userreference');
}