You are here

commons_follow_group.install in Drupal Commons 7.3

File

modules/commons/commons_follow/commons_follow_group/commons_follow_group.install
View source
<?php

/**
* Update Flag link text.
*/
function commons_follow_group_update_3101() {
  features_revert(array(
    'commons_follow_group' => array(
      'flag',
    ),
  ));
  return array();
}

Functions

Namesort descending Description
commons_follow_group_update_3101 Update Flag link text.