You are here

function commons_groups_update_3170 in Drupal Commons 7.3

Revert the group view to display a link to the groups a user contributes to.

File

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

Code

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