summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-26 09:25:42 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-26 09:25:42 +0000
commit2abe0e012294513a534e5570db0b239aad4e02ce (patch)
tree7be06fcc4af94ccbfd3635a6f84b3fd47d06ae32 /modules/system/system.module
parent8e50687d8b69a07ddbacf65d6c7785a37bb41ab1 (diff)
downloadbrdo-2abe0e012294513a534e5570db0b239aad4e02ce.tar.gz
brdo-2abe0e012294513a534e5570db0b239aad4e02ce.tar.bz2
- Patch #445070 by Arancaytar: added missing parameter documentation.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 152433590..c1c28e88e 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1355,6 +1355,8 @@ function _system_settings_form_automatic_defaults($form) {
* @see system_settings_form_submit()
* @param $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
* The form structure.
*/