function profile_uninstall in Drupal 6
Same name and namespace in other branches
- 5 modules/profile/profile.install \profile_uninstall()
- 7 modules/profile/profile.install \profile_uninstall()
Implementation of hook_uninstall().
File
- modules/
profile/ profile.install, line 14
Code
function profile_uninstall() {
// Remove tables
drupal_uninstall_schema('profile');
variable_del('profile_block_author_fields');
}