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/dblog/dblog.install | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'modules/dblog/dblog.install') diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install index 717be592c..fef784fb7 100644 --- a/modules/dblog/dblog.install +++ b/modules/dblog/dblog.install @@ -6,22 +6,6 @@ * Install, update and uninstall functions for the dblog module. */ -/** - * Implement hook_install(). - */ -function dblog_install() { - // Create tables. - drupal_install_schema('dblog'); -} - -/** - * Implement hook_uninstall(). - */ -function dblog_uninstall() { - // Remove tables. - drupal_uninstall_schema('dblog'); -} - /** * Implement hook_schema(). */ -- cgit v1.2.3