function profile_uninstall

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/profile/profile.install \profile_uninstall()

Implements hook_uninstall().

Archivo

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

Código

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