Преглед изворни кода

Closure of bug 117039
Used patch extremely similar to one submitted by embeejay.

Tyler Akins пре 25 година
родитељ
комит
2f3492524b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      functions/mime.php

+ 1 - 1
functions/mime.php

@@ -620,7 +620,7 @@
       global $default_charset;
       global $default_charset;
 
 
       // Encode only if the string contains 8-bit characters or =?
       // Encode only if the string contains 8-bit characters or =?
-      if (ereg("([\200-\377])|=\\?", $string)) {
+      if (ereg("([\200-\377]|=\\?)", $string)) {
          $newstring = "=?$default_charset?Q?";
          $newstring = "=?$default_charset?Q?";
          
          
          // First the special characters
          // First the special characters