contact_uninstall

Versions
5 – 7
contact_uninstall()

Implement hook_uninstall().

Code

modules/contact/contact.install, line 86

<?php
function contact_uninstall() {
  variable_del('contact_default_status');
  variable_del('contact_threshold_limit');
  variable_del('contact_threshold_window');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.