diff options
Diffstat (limited to 'includes/mail.inc')
-rw-r--r-- | includes/mail.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/mail.inc b/includes/mail.inc index 92de9bf6d..6b2d3c229 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -8,6 +8,7 @@ /** * Auto-detect appropriate line endings for e-mails. + * * $conf['mail_line_endings'] will override this setting. */ define('MAIL_LINE_ENDINGS', isset($_SERVER['WINDIR']) || strpos($_SERVER['SERVER_SOFTWARE'], 'Win32') !== FALSE ? "\r\n" : "\n"); |