Changeset 1233

Show
Ignore:
Timestamp:
1/17/2010 8:39:43 AM (2 months ago)
Author:
vessper
Message:

17/01/2010


- Core: Writing Eve IDs to the database now returns the actual Eve API

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.Core/DataFunctions.vb

    r1213 r1233  
    16361636        strID.Append("0") 
    16371637        ' Send this to the API 
    1638         Dim IDXML As XmlDocument = EveHQ.Core.EveAPI.GetAPIXML(EveHQ.Core.EveAPI.APIRequest.IDToName, strID.ToString, EveHQ.Core.EveAPI.APIReturnMethod.ReturnStandard) 
     1638        Dim IDXML As XmlDocument = EveHQ.Core.EveAPI.GetAPIXML(EveHQ.Core.EveAPI.APIRequest.IDToName, strID.ToString, EveHQ.Core.EveAPI.APIReturnMethod.ReturnActual) 
    16391639        ' Parse this XML 
    16401640        Dim FinalIDs As New SortedList(Of Long, String)