Remove some left over error_logs and clear the code from IDE warnings

This commit is contained in:
Hadi Nategh 2015-04-28 15:45:41 +00:00
parent 5b01269378
commit 77fb3a8ee9

View File

@ -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']))