function contact_uninstall

Implements hook_uninstall().

File

modules/contact/contact.install, line 85

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.