diff options
author | Melanie | 2010-04-04 02:24:52 +0100 |
---|---|---|
committer | Melanie | 2010-04-04 02:24:52 +0100 |
commit | dc58c985e8850d54b09f47c7938f255cca476167 (patch) | |
tree | 49c7436e3ed86cfec2bc50127b2f7afbd1722200 /OpenSim/Services/Connectors/UserAccounts | |
parent | Patch from mcortez. This appears to be a huge change to the groups module (diff) | |
parent | * Guard against null in last commit (diff) | |
download | opensim-SC-dc58c985e8850d54b09f47c7938f255cca476167.zip opensim-SC-dc58c985e8850d54b09f47c7938f255cca476167.tar.gz opensim-SC-dc58c985e8850d54b09f47c7938f255cca476167.tar.bz2 opensim-SC-dc58c985e8850d54b09f47c7938f255cca476167.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Services/Connectors/UserAccounts')
-rw-r--r-- | OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs index 2f9b520..1527db2 100644 --- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs +++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | |||
@@ -187,7 +187,7 @@ namespace OpenSim.Services.Connectors | |||
187 | return accounts; | 187 | return accounts; |
188 | } | 188 | } |
189 | 189 | ||
190 | public bool StoreUserAccount(UserAccount data) | 190 | public virtual bool StoreUserAccount(UserAccount data) |
191 | { | 191 | { |
192 | Dictionary<string, object> sendData = new Dictionary<string, object>(); | 192 | Dictionary<string, object> sendData = new Dictionary<string, object>(); |
193 | //sendData["SCOPEID"] = scopeID.ToString(); | 193 | //sendData["SCOPEID"] = scopeID.ToString(); |