Browse Source

Removed workaround for Konqueror.

Tyler Akins 24 years ago
parent
commit
2ad89fc7c6
1 changed files with 0 additions and 3 deletions
  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("\r\n", "\n", $body);
       $body = ereg_replace("\n", "\r\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) {
       if ($useSendmail) {
          $length = sendSendmail($t, $c, $b, $subject, $body, $more_headers);
          $length = sendSendmail($t, $c, $b, $subject, $body, $more_headers);
       } else {
       } else {