Added ToSTring on EventID

git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@63 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
melanie
2008-10-17 19:04:25 +00:00
parent bdc894d641
commit c7c3cb024b
@@ -403,7 +403,7 @@ namespace OpenSimSearch.Modules.OpenSearch
public void EventInfoRequest(IClientAPI remoteClient, uint queryEventID)
{
Hashtable ReqHash = new Hashtable();
ReqHash["eventID"] = queryEventID;
ReqHash["eventID"] = queryEventID.ToString();
Hashtable result = GenericXMLRPCRequest(ReqHash,
"events_info_request");