You are here

function og_clear_group_context in Organic groups 6.2

API function; Clear the group context for the current request.

File

./og.module, line 823
Code for the Organic Groups module.

Code

function og_clear_group_context() {
  og_set_group_context(NULL, TRUE);
}