account_profile.install in Account Profile 6
Same filename and directory in other branches
Installation file
@developers: Rafal W <kenorb@>
File
account_profile.installView source
<?php
/**
* @file
* Installation file
*
*
* @developers:
* Rafal W <kenorb@>
*/
/**
* Implementation of hook_uninstall().
*/
function account_profile_uninstall() {
variable_del('account_profile_main_profile');
variable_del('account_profile_redirect');
variable_del('account_profile_edit_tab');
}
Functions
Name | Description |
---|---|
account_profile_uninstall | Implementation of hook_uninstall(). |