- Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database.
parent
b1e895f850
commit
61cde08038
|
@ -50,7 +50,6 @@ function forum_uninstall() {
|
|||
$vid = variable_get('forum_nav_vocabulary', '');
|
||||
taxonomy_del_vocabulary($vid);
|
||||
|
||||
db_query("DELETE FROM {node} WHERE type = 'forum'");
|
||||
db_query('DROP TABLE {forum}');
|
||||
variable_del('forum_containers');
|
||||
variable_del('forum_nav_vocabulary');
|
||||
|
|
Loading…
Reference in New Issue