Procházet zdrojové kódy

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

Tyler Akins před 24 roky
rodič
revize
535bd16a07
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      src/compose.php

+ 0 - 3
src/compose.php

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