function contact_uninstall
Same name and namespace in other branches
- 7.x drupal-7.x/modules/contact/contact.install \contact_uninstall()
Implementation of hook_uninstall().
Archivo
- drupal-6.x/
modules/ contact/ contact.install, line 14
Código
function contact_uninstall() {
// Remove tables.
drupal_uninstall_schema('contact');
variable_del('contact_default_status');
variable_del('contact_form_information');
variable_del('contact_hourly_threshold');
}