PM-4373: Email Server> Si no configuras ningun email, en las configuraciones de intermediate event message se ve un UID

This commit is contained in:
marcelo.cuiza
2015-12-07 17:02:47 -04:00
parent 32641fb07b
commit 2029f97d5f

View File

@@ -69,8 +69,10 @@ class EmailEvent
$aRow['EMAIL'] = $aRow['MESS_ACCOUNT'];
} else {
$aRow['EMAIL'] = $aRow['MESS_FROM_MAIL'];
}
if($aRow['EMAIL'] != "") {
$accountsArray[] = array_change_key_case($aRow, CASE_LOWER);
}
$accountsArray[] = array_change_key_case($aRow, CASE_LOWER);
}
$result->next();
}