function account_profile_uninstall in Account Profile 6
Same name and namespace in other branches
- 7.2 account_profile.install \account_profile_uninstall()
Implementation of hook_uninstall().
File
- ./
account_profile.install, line 14 - Installation file
Code
function account_profile_uninstall() {
variable_del('account_profile_main_profile');
variable_del('account_profile_redirect');
variable_del('account_profile_edit_tab');
}