You are here

function webform_digest_uninstall in Webform Bonus Pack 7.3

Same name and namespace in other branches
  1. 6.3 modules/webform_digest/webform_digest.install \webform_digest_uninstall()

Implementation of hook_uninstall().

File

modules/webform_digest/webform_digest.install, line 88

Code

function webform_digest_uninstall() {
  drupal_uninstall_schema('webform_digest');
}