You are here

function profile_uninstall in Drupal 7

Same name and namespace in other branches
  1. 5 modules/profile/profile.install \profile_uninstall()
  2. 6 modules/profile/profile.install \profile_uninstall()

Implements hook_uninstall().

File

modules/profile/profile.install, line 11
Install, update and uninstall functions for the profile module.

Code

function profile_uninstall() {
  variable_del('profile_block_author_fields');
}