summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-26 10:21:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-26 10:21:50 +0000
commit3ea6bed4cf1f4b8691dcd2200f9d5be1a31a8d34 (patch)
tree75444ea46126b1156e59b7f9e382b278e225e88f /modules/system/system.module
parent7598362003c4ad6fb2b3ea407a9e9589c23db50c (diff)
downloadbrdo-3ea6bed4cf1f4b8691dcd2200f9d5be1a31a8d34.tar.gz
brdo-3ea6bed4cf1f4b8691dcd2200f9d5be1a31a8d34.tar.bz2
- Patch #445070 by Dave Van Den Brempt: proper wrapping of comments.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module3
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.
*/