mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
silence warning
This commit is contained in:
parent
4c60b761da
commit
4f728727af
@ -1043,7 +1043,7 @@ class translation
|
||||
static function decodeMailHeader($_string, $displayCharset='utf-8')
|
||||
{
|
||||
//error_log(__FILE__.','.__METHOD__.':'."called with $_string and CHARSET $displayCharset");
|
||||
if(function_exists(imap_mime_header_decode))
|
||||
if(function_exists('imap_mime_header_decode'))
|
||||
{
|
||||
// some characterreplacements, as they fail to translate
|
||||
$sar = array(
|
||||
|
Loading…
Reference in New Issue
Block a user