You are here

function webform_protected_downloads_uninstall in Webform Protected Downloads 6

Same name and namespace in other branches
  1. 8 webform_protected_downloads.install \webform_protected_downloads_uninstall()

File

./webform_protected_downloads.install, line 9

Code

function webform_protected_downloads_uninstall() {
  drupal_uninstall_schema('webform_protected_downloads');
}