You are here

account_profile.install in Account Profile 7.2

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

Install file for the Profile2 one page.

File

account_profile.install
View source
<?php

/**
 * @file
 * Install file for the Profile2 one page.
 */

/**
 * Implements hook_uninstall().
 */
function account_profile_uninstall() {
  variable_del('account_profile_wrap_account');
  variable_del('account_profile_wrap_account_title');
}

Functions

Namesort descending Description
account_profile_uninstall Implements hook_uninstall().