You are here

function commons_groups_update_3106 in Drupal Commons 7.3

Update contributor view to show the titles per the interactive prototype. (http://drupal.org/node/1821808).

File

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

Code

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