You are here

account_profile.install in Account Profile 6

Same filename and directory in other branches
  1. 7.2 account_profile.install

Installation file

@developers: Rafal W <kenorb@>

File

account_profile.install
View 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

Namesort descending Description
account_profile_uninstall Implementation of hook_uninstall().