You are here

function custom_uninstall in Spam 5.3

File

filters/custom/custom.install, line 28

Code

function custom_uninstall() {
  db_query('DROP TABLE {spam_custom}');
  drupal_set_message('The spam_custom table has been dropped.');
}