You are here

function commons_posts_update_7009 in Drupal Commons 7.3

Accommodate changes to message definitions.

File

modules/commons/commons_posts/commons_posts.install, line 121

Code

function commons_posts_update_7009() {
  $revert = array(
    'commons_posts' => array(
      'message_type',
    ),
  );
  features_revert($revert);
  return array();
}