Implement saving user account data

This commit is contained in:
Melanie
2009-12-31 01:34:03 +00:00
parent 3507005d9d
commit 99ad7aac7f
4 changed files with 26 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Data.MySQL
{
}
public bool Store(UserAccountData data, UUID principalID, string token)
public bool Store(UserAccountData data)
{
return Store(data);
}