You are here

function barcodefield_enable in Barcode 6.2

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./barcodefield.install, line 29
Install file for barcodefield module.

Code

function barcodefield_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'barcode');
}