You are here

og_ui.install in Organic groups 7

Same filename and directory in other branches
  1. 7.2 og_ui/og_ui.install

Install, update, and uninstall functions for the Organic groups UI module.

File

og_ui/og_ui.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall functions for the Organic groups UI module.
 */

/**
 * Implements hook_uninstall().
 */
function og_ui_uninstall() {
  variable_del('og_ui_global_roles');
}

/**
 * Removed -- Upgrade from Organic groups 6 to 7, moved to og-migrate.
 */
function og_ui_update_7000(&$sandbox) {
}

Functions

Namesort descending Description
og_ui_uninstall Implements hook_uninstall().
og_ui_update_7000 Removed -- Upgrade from Organic groups 6 to 7, moved to og-migrate.