瀏覽代碼

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

philippe_mingo 23 年之前
父節點
當前提交
e7a72c4a4d
共有 1 個文件被更改,包括 1 次插入5 次删除
  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);
       }