function ad_owners_uninstall in Advertisement 6.3
Same name and namespace in other branches
- 6.2 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');
}