From 7eb729ebc8fd0f491d903e8c1ffbad78ab816b2d Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 20 Feb 2014 11:58:27 +0000 Subject: [PATCH] silence error log on compose --- felamimail/inc/class.uicompose.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/felamimail/inc/class.uicompose.inc.php b/felamimail/inc/class.uicompose.inc.php index f42b949650..fc3977a76c 100644 --- a/felamimail/inc/class.uicompose.inc.php +++ b/felamimail/inc/class.uicompose.inc.php @@ -186,7 +186,7 @@ $cachedComposeID = egw_cache::getCache(egw_cache::SESSION,'email','composeIdCache'.trim($GLOBALS['egw_info']['user']['account_id']),$callback=null,$callback_params=array(),$expiration=60); egw_cache::setCache(egw_cache::SESSION,'email','composeIdCache'.trim($GLOBALS['egw_info']['user']['account_id']),$this->composeID,$expiration=60); //error_log(__METHOD__.__LINE__.' '.$formData['subject'].' '.$cachedComposeID.'<->'.$this->composeID); - error_log(__METHOD__.__LINE__.' toInfolog:'.$formData['to_infolog'].' toTracker:'.$formData['to_tracker']); + //error_log(__METHOD__.__LINE__.' toInfolog:'.$formData['to_infolog'].' toTracker:'.$formData['to_tracker']); if (!empty($cachedComposeID) && $cachedComposeID == $this->composeID) { //already send