mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
remove a parameter for detection of grid fail to suport getting multiple user accounts per call and handle it where needed.
This commit is contained in:
@@ -187,7 +187,7 @@ namespace OpenSim.Services.Interfaces
|
||||
/// <returns></returns>
|
||||
List<UserAccount> GetUserAccounts(UUID scopeID, string query);
|
||||
List<UserAccount> GetUserAccountsWhere(UUID scopeID, string where);
|
||||
List<UserAccount> GetUserAccounts(UUID scopeID, List<string> IDs, out bool suported);
|
||||
List<UserAccount> GetUserAccounts(UUID scopeID, List<string> IDs);
|
||||
|
||||
/// <summary>
|
||||
/// Store the data given, wich replaces the stored data, therefore must be complete.
|
||||
|
||||
Reference in New Issue
Block a user