You are here

function linkimagefield_enable in Link Image Field 6

Implementation of hook_enable().

File

./linkimagefield.install, line 28
linkimagefield install and update code @author John Young <john@codeandcreative.com>

Code

function linkimagefield_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'linkimagefield');
}