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