You are here

homebox_og.install in Homebox 6.2

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

File

homebox_og/homebox_og.install
View source
<?php

/**
 * Implementation of 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 Implementation of hook_uninstall().