aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserAccountData.cs
diff options
context:
space:
mode:
authorMelanie2009-12-31 01:34:03 +0000
committerMelanie2009-12-31 01:34:03 +0000
commit99ad7aac7f854eaae075e93880c39796183ba7e4 (patch)
treef433ba30315e528bc4c4df6619f2309afb45a29f /OpenSim/Data/MySQL/MySQLUserAccountData.cs
parentRemove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserAccountData.cs2
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 }