function account_profile_uninstall in Account Profile 7.2
Same name and namespace in other branches
- 6 account_profile.install \account_profile_uninstall()
Implements hook_uninstall().
File
- ./
account_profile.install, line 11 - Install file for the Profile2 one page.
Code
function account_profile_uninstall() {
variable_del('account_profile_wrap_account');
variable_del('account_profile_wrap_account_title');
}