You are here

function serial_disable in Serial Field 6

Implementation of hook_disable().

File

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

Code

function serial_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'serial');
}