You are here

function commons_groups_update_3116 in Drupal Commons 7.3

Improve the browsing widget empty text.

File

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

Code

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