diff options
author | Melanie | 2010-04-05 18:12:29 +0100 |
---|---|---|
committer | Melanie | 2010-04-05 18:12:29 +0100 |
commit | fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f (patch) | |
tree | c35a87bfa443bc53a4205d155481a11e53f4447e /OpenSim/Services/Connectors/UserAccounts | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Updates to config files for groups (diff) | |
download | opensim-SC-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.zip opensim-SC-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.tar.gz opensim-SC-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.tar.bz2 opensim-SC-fe034dc3e41582a4e6fb54a9d28dbbf1413a9a9f.tar.xz |
Merge branch 'master' into careminster-presence-refactor
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(); |