浏览代码

Removed workaround for Konqueror.

Tyler Akins 24 年之前
父节点
当前提交
2ad89fc7c6
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      functions/smtp.php

+ 0 - 3
functions/smtp.php

@@ -516,9 +516,6 @@
       $body = ereg_replace("\r\n", "\n", $body);
       $body = ereg_replace("\n", "\r\n", $body);
       
-      // Make sure that $t does not contain newlines.
-      $t = ereg_replace("[\n|\r]", "", $t);
-
       if ($useSendmail) {
          $length = sendSendmail($t, $c, $b, $subject, $body, $more_headers);
       } else {