function shoutbox_group_init in Shoutbox 6.2
Implementation of hook_init().
File
- shoutbox_group/
shoutbox_group.module, line 39
Code
function shoutbox_group_init() {
// Set the group context, if one
og_set_group_context(shoutbox_group_get_group());
}