forked from extern/egroupware
Remove some left over error_logs and clear the code from IDE warnings
This commit is contained in:
parent
25b4075359
commit
5efd6c7787
@ -2493,10 +2493,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