By drupalfantwo on
Drupal Rocks!!!
Can someone please lead me to the manual/link that explains what to do to uninstall/drop the tables that was installed by a user defined module? Or if I where to rephrase it I would like to have an uninstall option on the module I am writing. So far no luck :(
Many thanks :D
Comments
hook_uninstall()
http://api.drupal.org/api/function/hook_uninstall/6
Thats what you'd use for your own module. If someone elses module doesn't use it when they should, file a bug report.
--
Anton