You are here

function ad_notify_uninstall in Advertisement 5.2

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

Allow complete uninstallation of the ad_notify module.

File

notify/ad_notify.install, line 88

Code

function ad_notify_uninstall() {

  // Drop all ad_notify module tables.
  db_query('DROP TABLE {ad_notify}');
}