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.

This commit is contained in:
Diva Canto
2012-09-27 16:43:18 -07:00
parent 3c77b8f463
commit 7a50705188
5 changed files with 0 additions and 47 deletions

View File

@@ -70,8 +70,6 @@ namespace OpenSim.Services.UserAccountService
info.Login = Util.ToDateTime(Convert.ToInt32(d.Data["Login"]));
info.Logout = Util.ToDateTime(Convert.ToInt32(d.Data["Logout"]));
info.TOS = d.Data["TOS"];
return info;
}