You are here

function commons_notify_update_7304 in Drupal Commons 7.3

Add message notify for comments that have no group.

File

modules/commons/commons_notify/commons_notify.install, line 30

Code

function commons_notify_update_7304() {
  features_revert(array(
    'commons_notify' => array(
      'message_type',
    ),
  ));
  return array();
}