diff options
-rw-r--r-- | modules/system/system.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index bf3ebe63f..e7342e699 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2208,7 +2208,8 @@ function _system_settings_form_automatic_defaults($form) { * @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). + * Automatically load the saved values for each field from the system variables + * (defaults to TRUE). * @return * The form structure. */ |