You are here

function commons_groups_update_3100 in Drupal Commons 7.3

Don't display group node author's avatar on the group node.

File

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

Code

function commons_groups_update_3100() {
  features_revert(array(
    'commons_groups' => array(
      'variable',
    ),
  ));
  return array();
}