Go to the source code of this file.
Functions | |
update_settings () | |
update_settings_validate ($form, &$form_state) | |
update_settings_submit ($form, $form_state) |
Definition in file update.settings.inc.
update_settings | ( | ) |
Form builder for the update settings tab.
Definition at line 12 of file update.settings.inc.
References t(), url(), and variable_get().
update_settings_submit | ( | $ | form, | |
$ | form_state | |||
) |
Submit handler for the settings tab.
Definition at line 91 of file update.settings.inc.
References $op, t(), variable_del(), and variable_set().
update_settings_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Validation callback for the settings form.
Validates the email addresses and ensures the field is formatted correctly.
Definition at line 61 of file update.settings.inc.
References form_set_error(), t(), and valid_email_address().