فهرست منبع

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;