You are here

email_contact.install in Email Contact 7

Install and uninstall logic for the Email Contact module.

File

email_contact.install
View source
<?php

/**
 * @file
 * Install and uninstall logic for the Email Contact module.
 */

/**
 * Implements hook_uninstall().
 */
function email_contact_uninstall() {
  variable_del('honeypot_form_email_contact_mail_page_form');
}

Functions

Namesort descending Description
email_contact_uninstall Implements hook_uninstall().