You are here

function homebox_og_uninstall in Homebox 7.2

Same name and namespace in other branches
  1. 6.3 homebox_og/homebox_og.install \homebox_og_uninstall()
  2. 6.2 homebox_og/homebox_og.install \homebox_og_uninstall()

Implements hook_uninstall().

File

homebox_og/homebox_og.install, line 12
Install, update and uninstall functions for the homebox_og module.

Code

function homebox_og_uninstall() {

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