diff options
author | Diva Canto | 2012-09-27 16:43:18 -0700 |
---|---|---|
committer | Diva Canto | 2012-09-27 16:43:18 -0700 |
commit | 7a5070518833a29252fc638f9dd216040bcfad7a (patch) | |
tree | 110893ef63c89314fb036baa69453c0bd91894eb /OpenSim/Services/UserAccountService | |
parent | Use GridUser properly for foreign users. (diff) | |
download | opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.zip opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.tar.gz opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.tar.bz2 opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.tar.xz |
Removed the bits about the TOSModule. That module doesn't go into core. WARNING: migration on GridUser withdrawn too, but left the migration number there.
Diffstat (limited to 'OpenSim/Services/UserAccountService')
-rw-r--r-- | OpenSim/Services/UserAccountService/GridUserService.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/UserAccountService/GridUserService.cs b/OpenSim/Services/UserAccountService/GridUserService.cs index 8eae859..ac3d8fd 100644 --- a/OpenSim/Services/UserAccountService/GridUserService.cs +++ b/OpenSim/Services/UserAccountService/GridUserService.cs | |||
@@ -70,8 +70,6 @@ namespace OpenSim.Services.UserAccountService | |||
70 | info.Login = Util.ToDateTime(Convert.ToInt32(d.Data["Login"])); | 70 | info.Login = Util.ToDateTime(Convert.ToInt32(d.Data["Login"])); |
71 | info.Logout = Util.ToDateTime(Convert.ToInt32(d.Data["Logout"])); | 71 | info.Logout = Util.ToDateTime(Convert.ToInt32(d.Data["Logout"])); |
72 | 72 | ||
73 | info.TOS = d.Data["TOS"]; | ||
74 | |||
75 | return info; | 73 | return info; |
76 | } | 74 | } |
77 | 75 | ||