You are here

function petreference_install in Previewable email templates 6

@file Implementation of hook_install().

File

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

Code

function petreference_install() {
  drupal_load('module', 'content');
  content_notify('install', 'petreference');
}