You are here

function ad_notify_uninstall in Advertisement 6

Same name and namespace in other branches
  1. 5.2 notify/ad_notify.install \ad_notify_uninstall()
  2. 5 notify/ad_notify.install \ad_notify_uninstall()

Allow complete uninstallation of the ad_notify module.

File

notify/ad_notify.install, line 128
Ad_notify module database schema.

Code

function ad_notify_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('ad_notify');
}