switch off error_log

This commit is contained in:
Klaus Leithoff 2012-07-02 09:50:09 +00:00
parent 10c28ee720
commit dbc96fa181

View File

@ -1136,7 +1136,7 @@ class felamimail_bo
{
if ($_ignoreCache===false)
{
error_log(__METHOD__.__LINE__.' Using cache for structure on Server:'.$this->icServer->ImapServerId.' for uid:'.$_uid." in Folder:".$_folder.'->'.array2string($structure[$this->icServer->ImapServerId][$_folder][$_uid]));
//error_log(__METHOD__.__LINE__.' Using cache for structure on Server:'.$this->icServer->ImapServerId.' for uid:'.$_uid." in Folder:".$_folder.'->'.array2string($structure[$this->icServer->ImapServerId][$_folder][$_uid]));
return $structure[$this->icServer->ImapServerId][$_folder][$_uid];
}
}