You are here

function oa_core_show_groups in Open Atrium Core 7.2

Menu callback for Groups

1 string reference to 'oa_core_show_groups'
oa_core_menu in ./oa_core.module
Implements hook_menu().

File

./oa_core.module, line 873

Code

function oa_core_show_groups() {
  drupal_goto('groups');
}