You are here

function signup_webform_uninstall in Signup 6.2

Implementation of hook_uninstall().

File

modules/signup_webform/signup_webform.install, line 55
signup_webform.install

Code

function signup_webform_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('signup_webform');
}