mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
Remove some left over error_logs and clear the code from IDE warnings
This commit is contained in:
parent
5b01269378
commit
77fb3a8ee9
@ -2488,10 +2488,7 @@ class mail_compose
|
||||
{
|
||||
$pMhA = mail_ui::splitRowID($content['processedmail_id']);
|
||||
$pMuid = $pMhA['msgUID'];
|
||||
$pMmailbox = $pMhA['folder'];
|
||||
}
|
||||
error_log(__METHOD__.__LINE__.' processedID#'.$content['processedmail_id']);
|
||||
error_log(__METHOD__.__LINE__.' lastDrafted#'.$content['lastDrafted']);
|
||||
//error_log(__METHOD__.__LINE__."#$pMuid#$pMuid!=$duid#".array2string($content['attachments']));
|
||||
// do not delete the original message if attachments are present
|
||||
if (empty($pMuid) || $pMuid!=$duid || empty($content['attachments']))
|
||||
|
Loading…
Reference in New Issue
Block a user