You are here

function webform_validation_uninstall in Webform Validation 6

Implementation of hook_uninstall().

File

./webform_validation.install, line 18
webform_validation installation file

Code

function webform_validation_uninstall() {
  drupal_uninstall_schema('webform_validation');
}