Closed (outdated)
Project:
Fuzzy Search
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2007 at 10:00 UTC
Updated:
27 Sep 2018 at 04:09 UTC
Jump to comment: Most recent
/**
* Implementation of hook_uninstall().
*/
function fuzzysearch_uninstall() {
db_query('DROP TABLE {search_index_queue}');
db_query('DROP TABLE {search_fuzzy_index}');
}
Comments
Comment #1
awolfey commentedI 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
Comment #2
mario steinitz