You are here

function webform_civicrm_uninstall in Webform CiviCRM Integration 6.2

Same name and namespace in other branches
  1. 6 webform_civicrm.install \webform_civicrm_uninstall()

Implementation of hook_uninstall().

File

./webform_civicrm.install, line 122
Webform CiviCRM module's install, uninstall and upgrade code.

Code

function webform_civicrm_uninstall() {
  drupal_uninstall_schema('webform_civicrm');
}