You are here

function email_contact_uninstall in Email Contact 7

Implements hook_uninstall().

File

./email_contact.install, line 11
Install and uninstall logic for the Email Contact module.

Code

function email_contact_uninstall() {
  variable_del('honeypot_form_email_contact_mail_page_form');
}