﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3104	'_EventLog__Read()' returns only domain name!?	supersonic	Jpm	"Hi -

Calling '_EventLog__Read()' on a computer running in a domain environment index [12] seems to hold the domain name only. The provided example in AutoIt help file can be used to reproduce this behavior. To overcome this issue I modified the internal function '__EventLog_DecodeUserName()' this way:

If IsArray($aAcctInfo) Then Return ((Not StringLen($aAcctInfo[1])) ? ("""") : ($aAcctInfo[1] & ""\"")) & $aAcctInfo[0]


Tested with 3.3.12.0 to 3.3.14.1 and latest beta Version.

A fix would be nice.
"	Bug	closed	3.3.15.1	Standard UDFs	3.3.14.0	None	Fixed		
