mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
quitened a logging message which slows down eGW
This commit is contained in:
parent
3e0ff9b004
commit
b20b78e07e
@ -865,7 +865,7 @@ class translation
|
|||||||
*/
|
*/
|
||||||
function decodeMailHeader($_string, $displayCharset='utf-8')
|
function decodeMailHeader($_string, $displayCharset='utf-8')
|
||||||
{
|
{
|
||||||
error_log(__FILE__.','.__METHOD__.':'."called with $_string and CHARSET $displayCharset");
|
//error_log(__FILE__.','.__METHOD__.':'."called with $_string and CHARSET $displayCharset");
|
||||||
if(function_exists(imap_mime_header_decode)) {
|
if(function_exists(imap_mime_header_decode)) {
|
||||||
$newString = '';
|
$newString = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user