projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rc1 -> cvs (for consistancy [did I spell that right?])
[squirrelmail.git]
/
functions
/
mime.php
diff --git
a/functions/mime.php
b/functions/mime.php
index
54ab1a1
..
a9c22b7
100644
(file)
--- a/
functions/mime.php
+++ b/
functions/mime.php
@@
-729,7
+729,7
@@
global $default_charset;
// Encode only if the string contains 8-bit characters or =?
global $default_charset;
// Encode only if the string contains 8-bit characters or =?
- if (ereg("([\
200-
\377]|=\\?)", $string)) {
+ if (ereg("([\
\200-\
\377]|=\\?)", $string)) {
// First the special characters
$string = str_replace("=", "=3D", $string);
// First the special characters
$string = str_replace("=", "=3D", $string);