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:10 +00:00
parent 25b4075359
commit 5efd6c7787

View File

@ -2493,10 +2493,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']))