You are here

function serial_enable in Serial Field 6

Implementation of hook_enable().

File

./serial.install, line 30
Install, update and uninstall functions for the Serial module.

Code

function serial_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'serial');
}