diff options
author | Melanie | 2009-12-31 01:34:03 +0000 |
---|---|---|
committer | Melanie | 2009-12-31 01:34:03 +0000 |
commit | 99ad7aac7f854eaae075e93880c39796183ba7e4 (patch) | |
tree | f433ba30315e528bc4c4df6619f2309afb45a29f /OpenSim/Data/MySQL | |
parent | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. (diff) | |
download | opensim-SC_OLD-99ad7aac7f854eaae075e93880c39796183ba7e4.zip opensim-SC_OLD-99ad7aac7f854eaae075e93880c39796183ba7e4.tar.gz opensim-SC_OLD-99ad7aac7f854eaae075e93880c39796183ba7e4.tar.bz2 opensim-SC_OLD-99ad7aac7f854eaae075e93880c39796183ba7e4.tar.xz |
Implement saving user account data
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserAccountData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserAccountData.cs b/OpenSim/Data/MySQL/MySQLUserAccountData.cs index e2ce6d1..ae7d5ca 100644 --- a/OpenSim/Data/MySQL/MySQLUserAccountData.cs +++ b/OpenSim/Data/MySQL/MySQLUserAccountData.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Data.MySQL | |||
42 | { | 42 | { |
43 | } | 43 | } |
44 | 44 | ||
45 | public bool Store(UserAccountData data, UUID principalID, string token) | 45 | public bool Store(UserAccountData data) |
46 | { | 46 | { |
47 | return Store(data); | 47 | return Store(data); |
48 | } | 48 | } |