You are here

function ad_external in Advertisement 7

Same name and namespace in other branches
  1. 5.2 external/ad_external.install \ad_external()
  2. 5 external/ad_external.install \ad_external()
  3. 6 external/ad_external.install \ad_external()

Allow complete uninstallation of the ad_external module.

1 string reference to 'ad_external'
ad_external_adapi in external/ad_external.module
Implementation of hook_adapi().

File

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

Code

function ad_external() {

  //drupal_uninstall_schema('ad_external');
}