You are here

function ad_external_uninstall in Advertisement 6.3

Same name and namespace in other branches
  1. 6.2 external/ad_external.install \ad_external_uninstall()

Allow complete uninstallation of the ad_external module.

File

external/ad_external.install, line 47
Ad_external module database schema.

Code

function ad_external_uninstall() {
  drupal_uninstall_schema('ad_external');
}