You are here

function og_ui_uninstall in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og_ui/og_ui.install \og_ui_uninstall()

Implements hook_uninstall().

File

og_ui/og_ui.install, line 12
Install, update, and uninstall functions for the Organic groups UI module.

Code

function og_ui_uninstall() {
  variable_del('og_ui_global_roles');
}