(couldn't send any mail anymore because I am lacking that function).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9153
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$charset=$default_charset;
}
$charset = strtolower($charset);
- if (function_exists('mb_internal_encoding') &&
+ if (function_exists('mb_strtoupper') &&
in_array($charset,sq_mb_list_encodings())) {
return mb_strtoupper($string,$charset);
}
return strtoupper($string);
}
$PHP_SELF = php_self();
-?>
\ No newline at end of file
+?>