mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user