| 5 profile.install | profile_uninstall() |
| 6 profile.install | profile_uninstall() |
| 7 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');
}
Login or register to post comments