/**
* Implementation of hook_uninstall().
*/
function fuzzysearch_uninstall() {
db_query('DROP TABLE {search_index_queue}');
db_query('DROP TABLE {search_fuzzy_index}');
}

Comments

awolfey’s picture

Status: Needs review » Postponed

I recently took over this module. I'm going through all the old issues and closing them if possible. I'm not making any changes other than security fixes to the Drupal 5 version.

If you would still like to see this in the Drupal 6 version, please create a new issue or reopen this one, changing the version number.

Thanks,

awolfey

mario steinitz’s picture

Issue summary: View changes
Status: Postponed » Closed (outdated)