Ver código fonte

bug 490451, image number 2 contains a lone = at the end of a line

philippe_mingo 23 anos atrás
pai
commit
e7a72c4a4d
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      functions/mime.php

+ 1 - 5
functions/mime.php

@@ -741,13 +741,9 @@ class msg_header {
          $body = quoted_printable_decode($body);
          
          
-         /*
-            Following code has been comented as I see no reason for it.
-            If there is any please tell me a mingo@rotedic.com
-            
          while (ereg("=\n", $body))
             $body = ereg_replace ("=\n", "", $body);
-        */
+	    
       } else if ($encoding == 'base64') {
          $body = base64_decode($body);
       }