forked from extern/egroupware
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']);
|
$pMhA = mail_ui::splitRowID($content['processedmail_id']);
|
||||||
$pMuid = $pMhA['msgUID'];
|
$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']));
|
//error_log(__METHOD__.__LINE__."#$pMuid#$pMuid!=$duid#".array2string($content['attachments']));
|
||||||
// do not delete the original message if attachments are present
|
// do not delete the original message if attachments are present
|
||||||
if (empty($pMuid) || $pMuid!=$duid || empty($content['attachments']))
|
if (empty($pMuid) || $pMuid!=$duid || empty($content['attachments']))
|
||||||
|
Loading…
Reference in New Issue
Block a user