Variables should be cleaned up upon uninstalling
mr.baileys - September 2, 2009 - 08:21
| Project: | Cool Aid |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
When you uninstall the module, the coolaid_* database tables are dropped, but the coolaid_* variables are left in the system:
- 'coolaid_existing_help_theme_function'
- 'coolaid_name'
- 'coolaid_thickbox'
Good practice would be to clean these up too, especially since it should be possible to uninstall + re-enable to reset a module's state.
Also see hook_uninstall:
Remove any tables or variables that the module sets.

#1
Thank you, fixed.
#2
no it's not :/ it will be soon though
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.