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

@@ -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;