Closed (fixed)
Project:
Classified Ads
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2007 at 13:16 UTC
Updated:
2 Jun 2007 at 16:01 UTC
Adding the following lines at the end of .install file will allow the module to be properly uninstalled
/**
* Implementation of hook_uninstall().
*/
function ed_uninstall() {
db_query('DROP TABLE {edi_classified_nodes}');
}
Comments
Comment #1
mcurry commentedI committed the change to the Drupal-5 branch.
Should an uninstaller also delete the classified nodes from the node table? Sorry, I'm not up on uninstallers (yet).
Comment #2
thierry_gd commentedI assume it should (not have had time to go in detail in the module code)
Comment #3
(not verified) commented