You are here

function popup_filter_uninstall in Popup 7.x

Same name and namespace in other branches
  1. 8 modules/popup_filter/popup_filter.install \popup_filter_uninstall()
  2. 7 modules/popup_filter/popup_filter.install \popup_filter_uninstall()
  3. 6.x modules/popup_filter/popup_filter.install \popup_filter_uninstall()

File

modules/popup_filter/popup_filter.install, line 31

Code

function popup_filter_uninstall() {
  db_query("DELETE FROM {filter_format} WHERE name='Popup tags'");
  db_query("DELETE FROM {filter} WHERE module='popup_filter'");
}