Browse Source

Note a bug

pdontthink 12 năm trước cách đây
mục cha
commit
70fcd2f2ea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      functions/mime.php

+ 1 - 0
functions/mime.php

@@ -806,6 +806,7 @@ function decodeHeader ($string, $utfencode=true,$htmlsafe=true,$decide=false) {
     $iLastMatch = -2;
     $encoded = true;
 
+// FIXME: spaces are allowed inside quoted-printable encoding, but the following line will bust up any such encoded strings
     $aString = explode(' ',$string);
     $ret = '';
     foreach ($aString as $chunk) {