You are here

function link_enable in Link 6.2

Same name and namespace in other branches
  1. 6 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');
}