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/profile/profile.install | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/profile/profile.install') diff --git a/modules/profile/profile.install b/modules/profile/profile.install index b07a6b8b3..b07780671 100644 --- a/modules/profile/profile.install +++ b/modules/profile/profile.install @@ -6,21 +6,10 @@ * Install, update and uninstall functions for the profile module. */ -/** - * Implement hook_install(). - */ -function profile_install() { - // Create tables. - drupal_install_schema('profile'); -} - /** * Implement hook_uninstall(). */ function profile_uninstall() { - // Remove tables - drupal_uninstall_schema('profile'); - variable_del('profile_block_author_fields'); } -- cgit v1.2.3