From b20b78e07e4d52328f58538067081ab788305d27 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Fri, 3 Apr 2009 20:12:35 +0000 Subject: [PATCH] quitened a logging message which slows down eGW --- phpgwapi/inc/class.translation.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.translation.inc.php b/phpgwapi/inc/class.translation.inc.php index 35458f5d5b..f238e1fdc4 100644 --- a/phpgwapi/inc/class.translation.inc.php +++ b/phpgwapi/inc/class.translation.inc.php @@ -865,7 +865,7 @@ class translation */ 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)) { $newString = '';