function contact_uninstall

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/contact/contact.install \contact_uninstall()

Implements hook_uninstall().

Archivo

drupal-7.x/modules/contact/contact.install, line 85
Install, update and uninstall functions for the contact module.

Código

function contact_uninstall() {
  variable_del('contact_default_status');
  variable_del('contact_threshold_limit');
  variable_del('contact_threshold_window');
}