function link_enable in Link 6
Same name and namespace in other branches
- 6.2 link.install \link_enable()
Implementation of hook_enable().
File
- ./
link.install, line 27 - Install file for the link module.
Code
function link_enable() {
drupal_load('module', 'content');
content_notify('enable', 'link');
}