function ad_owners in Advertisement 6
Same name and namespace in other branches
- 7 owners/ad_owners.install \ad_owners()
Allow complete uninstallation of the ad_external module.
3 string references to 'ad_owners'
- ad_access in ./
ad.module - Implementation of hook_access().
- ad_adaccess in ./
ad.module - Determine whether the user has a given privilege.
- ad_owners_install in owners/
ad_owners.install - ad_external module installation.
File
- owners/
ad_owners.install, line 83 - Ad_owners module database schema.
Code
function ad_owners() {
drupal_uninstall_schema('ad_owners');
}