You are here

function petreference_uninstall in Previewable email templates 6

Implementation of hook_uninstall().

File

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

Code

function petreference_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'petreference');
}