mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Some modifications to user service. Query by name is implemented now
This commit is contained in:
@@ -189,5 +189,10 @@ namespace OpenSim.Data.MSSQL
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public UserAccountData[] Get(string[] keys, string[] vals)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user