You are here

function ad_owners in Advertisement 7

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

Allow complete uninstallation of the ad_external module.

4 string references to 'ad_owners'
ad_check_permission in ./ad.module
Determine whether the user has a given privilege.
ad_token_list in ./ad_token.inc
Implementation of hook_token_list().
ad_token_values in ./ad_token.inc
Implementation of hook_token_values().
click_filter_status in statistics/click_filter/click_filter.module
Perform on-the-fly click filtering.

File

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

Code

function ad_owners() {

  //drupal_uninstall_schema('ad_owners');
}