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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user