Some modifications to user service. Query by name is implemented now

This commit is contained in:
Melanie
2009-12-30 22:23:17 +00:00
parent 170a04ce41
commit b6097ae9a8
5 changed files with 30 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ namespace OpenSim.Data.MySQL
: base(connectionString, realm, "UserAccount")
{
}
public bool Store(UserAccountData data, UUID principalID, string token)
{
return Store(data);