Create a hook_uninstall
nicholasThompson - October 6, 2008 - 16:31
| Project: | Taxonomy Quick Find |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | uninstall |
Description
This is necessary for clean removal. Will need to be done for 5 & 6.

#1
Attached patch creates a .install file with a hook_uninstall() which removes all the variables set by the module, and deletes the entries from the blocks table.
#2