- Patch #445070 by Arancaytar: added missing parameter documentation.

merge-requests/26/head
Dries Buytaert 2009-04-26 09:25:42 +00:00
parent 8e50687d8b
commit 2abe0e0122
1 changed files with 2 additions and 0 deletions

View File

@ -1355,6 +1355,8 @@ function _system_settings_form_automatic_defaults($form) {
* @see system_settings_form_submit() * @see system_settings_form_submit()
* @param $form * @param $form
* An associative array containing the structure of the form. * An associative array containing the structure of the form.
* @param $automatic_defaults
* Automatically load the saved values for each field from the system variables (defaults to TRUE).
* @return * @return
* The form structure. * The form structure.
*/ */