email_contact.install in Email Contact 7
Install and uninstall logic for the Email Contact module.
File
email_contact.installView 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
Name | Description |
---|---|
email_contact_uninstall | Implements hook_uninstall(). |