You are here

function ad_owners_uninstall in Advertisement 6.2

Same name and namespace in other branches
  1. 6.3 owners/ad_owners.install \ad_owners_uninstall()

Allow complete uninstallation of the ad_external module. Implementation of hook_uninstall

File

owners/ad_owners.install, line 126
Ad_owners module database schema.

Code

function ad_owners_uninstall() {
  drupal_uninstall_schema('ad_owners');
}