mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
silence error log on compose
This commit is contained in:
parent
9c9dc59df7
commit
7eb729ebc8
@ -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);
|
$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);
|
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__.' '.$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)
|
if (!empty($cachedComposeID) && $cachedComposeID == $this->composeID)
|
||||||
{
|
{
|
||||||
//already send
|
//already send
|
||||||
|
Loading…
Reference in New Issue
Block a user