function profile_uninstall
Same name and namespace in other branches
- 7.x drupal-7.x/modules/profile/profile.install \profile_uninstall()
Implementation of hook_uninstall().
Archivo
- drupal-6.x/
modules/ profile/ profile.install, line 14
Código
function profile_uninstall() {
// Remove tables
drupal_uninstall_schema('profile');
variable_del('profile_block_author_fields');
}