mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
disable debugging for append message on returnvalue true
This commit is contained in:
parent
fd75b7a8bc
commit
7a3b2e7180
@ -282,7 +282,7 @@
|
||||
return false;
|
||||
}
|
||||
//error_log(__METHOD__.__LINE__.' appended UID:'.$messageid);
|
||||
$messageid = true; // for debug reasons only
|
||||
//$messageid = true; // for debug reasons only
|
||||
if ($messageid === true) // try to figure out the message uid
|
||||
{
|
||||
$list = $this->getHeaders($_folderName, $_startMessage=1, $_numberOfMessages=1, $_sort='INTERNALDATE', $_reverse=true, $_filter=array(),$_thisUIDOnly=null);
|
||||
|
Loading…
Reference in New Issue
Block a user