diff options
Diffstat (limited to 'modules/update')
-rw-r--r-- | modules/update/update.install | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -7,19 +7,9 @@ */ /** - * 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', |