function ad_notify_uninstall in Advertisement 5
Same name and namespace in other branches
- 5.2 notify/ad_notify.install \ad_notify_uninstall()
- 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}');
}