When you're dinking around with modules, it's easy for them to clutter up the database. It would be cool if this module offered a hook_uninstall() so that when you're done, you could delete any traces of its tables, variables, etc. from the db.
When you're dinking around with modules, it's easy for them to clutter up the database. It would be cool if this module offered a hook_uninstall() so that when you're done, you could delete any traces of its tables, variables, etc. from the db.
Comments
Comment #1
bdragon commentedAhh, finally found this issue again.
Bumping it to the top of the pile; I really need to make this happen.
Comment #2
bdragon commentedBumping this again.
Comment #3
bdragon commentedbumping again, got a *start* on it... gmap.module's variables should now be deleted... gmap_location is the big one, though... :-/
Comment #4
bdragon commented*sigh* gmap_location STILL needs work.
Comment #5
bdragon commentedFixed, finally.
http://drupal.org/cvs?commit=169393
http://drupal.org/cvs?commit=169394