You are here

function update_advanced_form_update_settings_alter in Update Status Advanced Settings 6

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

Implementation of hook_form_FORM_ID_alter().

File

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

Code

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