You are here

function commons_events_update_7012 in Drupal Commons 7.3

Add an event specific message_type feature.

File

modules/commons/commons_events/commons_events.install, line 246

Code

function commons_events_update_7012() {
  $revert = array(
    'commons_events' => array(
      'message_type',
      'field_instance',
    ),
  );
  features_revert($revert);
  return array();
}