You are here

homebox_og.install in Homebox 7.2

Same filename and directory in other branches
  1. 6.3 homebox_og/homebox_og.install
  2. 6.2 homebox_og/homebox_og.install

Install, update and uninstall functions for the homebox_og module.

File

homebox_og/homebox_og.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the homebox_og module.
 *
 */

/**
 * Implements hook_uninstall().
 */
function homebox_og_uninstall() {

  // Remove variables
  variable_del('homebox_og_home');
  variable_del('homebox_og_tab');
  variable_del('homebox_og_tab_membersonly');
}

Functions

Namesort descending Description
homebox_og_uninstall Implements hook_uninstall().