function system_update_7087

Enable the Announcements module; see 7.100 Release Notes for opt-out details.

Related topics

File

modules/system/system.install, line 3438

Code

function system_update_7087() {
  if (!variable_get('announcements_feed_enable_by_default_opt_out', FALSE)) {
    module_enable(array(
      'announcements_feed',
    ), FALSE);
  }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.