TOS module. WARNING: migration in GridUser table.

This commit is contained in:
Diva Canto
2012-09-25 20:03:49 -07:00
parent 495a3e7daf
commit ae58cf4224
7 changed files with 104 additions and 5 deletions

View File

@@ -70,6 +70,8 @@ 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;
}