quitened a logging message which slows down eGW

This commit is contained in:
Christian Binder 2009-04-03 20:12:35 +00:00
parent 3e0ff9b004
commit b20b78e07e

View File

@ -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 = '';