You are here

function commons_groups_update_3101 in Drupal Commons 7.3

Grant users the "group organizer" role after she's created a group.

File

modules/commons/commons_groups/commons_groups.install, line 13

Code

function commons_groups_update_3101() {

  // We've updated the og_group_manager_default_rids_node_group variable.
  features_revert(array(
    'commons_groups' => array(
      'variable',
    ),
  ));
  return array();
}