فهرست منبع

This should work too (even better)

stekkel 22 سال پیش
والد
کامیت
a77908c7ea
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      functions/mime.php

+ 2 - 2
functions/mime.php

@@ -592,9 +592,9 @@ function decodeHeader ($string, $utfencode=true,$htmlsave=true) {
     $aString = explode(' ',$string);
     $aString = explode(' ',$string);
     $ret = '';
     $ret = '';
     foreach ($aString as $chunk) {
     foreach ($aString as $chunk) {
-        if ($encoded && $chunk === ' ') {
+        if ($encoded && $chunk === '') {
             continue;
             continue;
-        } elseif ($chunk === ' ') {
+        } elseif ($chunk === '') {
             $ret .= ' ';
             $ret .= ' ';
             continue;
             continue;
         }
         }