function link_disable in Link 6.2
Same name and namespace in other branches
- 6 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');
}