commit | 8d127c78fe0a1d6034cb503529dc548b566156c8 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Mon Jun 11 04:47:58 2007 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Mon Jun 11 04:47:58 2007 +0000 |
tree | bac20fe7fe0623e5ce4f3d060617b22d030e195f | |
parent | 1adf1db17260090e2678f209ad429b0b186e3dbc [diff] [blame] |
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index a8acec6..7b7dc09 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -484,7 +484,7 @@ */ function set_newline($newline = "\n") { - if ($newline != "\n" OR $newline != "\r\n" OR $newline != "\r") + if ($newline != "\n" AND $newline != "\r\n" AND $newline != "\r") { $this->newline = "\n"; return;