From 029c48c68d7f4f2bc94e93e3333908ca158433c5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Sep 2009 06:38:20 +0000 Subject: - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. --- modules/comment/comment.install | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.install b/modules/comment/comment.install index 725793099..84111ce1e 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -6,21 +6,10 @@ * Install, update and uninstall functions for the comment module. */ -/** - * Implement hook_install(). - */ -function comment_install() { - // Create tables. - drupal_install_schema('comment'); -} - /** * Implement hook_uninstall(). */ function comment_uninstall() { - // Remove tables. - drupal_uninstall_schema('comment'); - // Remove variables. variable_del('comment_block_count'); $node_types = array_keys(node_type_get_types()); -- cgit v1.2.3