You are here

function petreference_enable in Previewable email templates 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

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

Code

function petreference_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'petreference');
}