瀏覽代碼

Removed newline eraser workaround for Konqueror.
Removed line of code that replaced backslashes with backslashes.... hmmm.

Tyler Akins 24 年之前
父節點
當前提交
535bd16a07
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/compose.php

+ 0 - 3
src/compose.php

@@ -116,8 +116,6 @@
              $body = $bodyTop . $body;
          }
          
-         $body = ereg_replace('\\\\', '\\\\', $body);
-
          return;
       }
 
@@ -400,7 +398,6 @@
           $HTTP_POST_FILES['attachfile']['tmp_name'] != 'none')
           $AttachFailure = saveAttachedFiles();
       if (checkInput(false) && ! isset($AttachFailure)) {
-         $mailbox = ereg_replace("([\n|\r])", '', $mailbox);
          $urlMailbox = urlencode ($mailbox);
 	 if (! isset($reply_id))
 	     $reply_id = 0;