mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
very useless changes
This commit is contained in:
@@ -280,7 +280,7 @@ namespace OpenSim.Services.UserAccountService
|
||||
|
||||
public List<UserAccount> GetUserAccounts(UUID scopeID, List<string> IDs)
|
||||
{
|
||||
UserAccountData[] ret = m_Database.GetUsersWhere(scopeID, "PrincipalID in ('" + String.Join("', '", IDs) + "')");
|
||||
UserAccountData[] ret = m_Database.GetUsersWhere(scopeID, "PrincipalID in ('" + string.Join("', '", IDs) + "')");
|
||||
if(ret == null || ret.Length == 0)
|
||||
return [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user