- Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database.

merge-requests/26/head
Dries Buytaert 2008-06-25 07:47:20 +00:00
parent b1e895f850
commit 61cde08038
1 changed files with 0 additions and 1 deletions

View File

@ -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');