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/update/update.install | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/update/update.install') diff --git a/modules/update/update.install b/modules/update/update.install index f8a6e3ab6..0c2713149 100644 --- a/modules/update/update.install +++ b/modules/update/update.install @@ -6,20 +6,10 @@ * Install, update and uninstall functions for the update module. */ -/** - * Implement hook_install(). - */ -function update_install() { - // Create cache table. - drupal_install_schema('update'); -} - /** * Implement hook_uninstall(). */ function update_uninstall() { - // Remove cache table. - drupal_uninstall_schema('update'); // Clear any variables that might be in use $variables = array( 'update_check_frequency', -- cgit v1.2.3