Closed (won't fix)
Project:
Home (Real Estate)
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 08:43 UTC
Updated:
11 Jan 2009 at 06:30 UTC
When you uninstall the module nodes of type 'home' are not deleted.
I suggest to add this to function home_uninstall():
db_query("DELETE FROM {home} WHERE type = '%s' ", "home");
Comments
Comment #1
discursives commentedIt is not the common protocol for a module, upon deletion, to delete content. The saying is that fussing with modules should not damage data. As long as the nodes can be deleted through the normal content deletion methods, they ought not be touched.