소스 검색

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 {