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:
@@ -70,8 +70,10 @@ class EmailEvent
|
|||||||
} else {
|
} else {
|
||||||
$aRow['EMAIL'] = $aRow['MESS_FROM_MAIL'];
|
$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();
|
$result->next();
|
||||||
}
|
}
|
||||||
return $accountsArray;
|
return $accountsArray;
|
||||||
|
|||||||
Reference in New Issue
Block a user