You are here

function commons_groups_update_3108 in Drupal Commons 7.3

Update the og_group_ref and group privacy fields per http://drupal.org/node/1961296.

File

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

Code

function commons_groups_update_3108() {
  $revert = array(
    'commons_groups' => array(
      'field_instance',
      'views_view',
    ),
  );
  features_revert($revert);
  return array();
}