You are here

function link_disable in Link 6

Same name and namespace in other branches
  1. 6.2 link.install \link_disable()

Implementation of hook_disable().

File

./link.install, line 35
Install file for the link module.

Code

function link_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'link');
}