You are here

function update_advanced_form_update_settings_alter in Update Status Advanced Settings 7

Same name and namespace in other branches
  1. 6 update_advanced.module \update_advanced_form_update_settings_alter()

Implements hook_form_FORM_ID_alter().

File

./update_advanced.module, line 31
Provides advanced settings for the Update status module in core.

Code

function update_advanced_form_update_settings_alter(&$form, &$form_state, $form_id) {
  module_load_include('inc', 'update_advanced', 'update_advanced.settings');
  _update_advanced_alter_settings($form, $form_state);
}