You are here

function petreference_disable in Previewable email templates 6

Implementation of hook_disable().

Notify content module when this module is disabled.

File

modules/petreference/petreference.install, line 35
Implementation of hook_install().

Code

function petreference_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'petreference');
}