فهرست منبع

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 {