openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c3576d0e81e7304fc66d5e5ce2f23f9f9ad9f34f
parent 7eff576fd67d5c522cfa64afba2f9d7bdb5409fa
Author: dankert <devnull@localhost>
Date:   Wed, 11 Apr 2007 23:46:54 +0200

Kommentar erg?nzt.

Diffstat:
serviceClasses/Mail.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/serviceClasses/Mail.class.php b/serviceClasses/Mail.class.php @@ -25,6 +25,7 @@ class Mail { global $conf; + // Zeilenumbruch CR/LF gem. RFC 822. $this->nl = chr(13).chr(10); if ( !empty($conf['mail']['from']) )