You are here

function commons_notify_update_7302 in Drupal Commons 7.3

Ensure that users' email subscription preferences are honored.

File

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

Code

function commons_notify_update_7302() {
  features_revert(array(
    'commons_notify' => array(
      'variable',
    ),
  ));
  return array();
}