diff options
author | Justin Clark-Casey (justincc) | 2009-09-11 18:20:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-11 18:20:41 +0100 |
commit | f20a052ef50761a08cade9902d0ffdbc643fad30 (patch) | |
tree | a48e496d23c5024dfacc774f4943e69cb174c02e /OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs | |
parent | Remove bug where iar created folders could not be deleted after relog (diff) | |
parent | moved AuthorizationRequest and AuthorizationResponse to IAuthorizationService... (diff) | |
download | opensim-SC_OLD-f20a052ef50761a08cade9902d0ffdbc643fad30.zip opensim-SC_OLD-f20a052ef50761a08cade9902d0ffdbc643fad30.tar.gz opensim-SC_OLD-f20a052ef50761a08cade9902d0ffdbc643fad30.tar.bz2 opensim-SC_OLD-f20a052ef50761a08cade9902d0ffdbc643fad30.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs b/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs index ec8512a..adc12aa 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs | |||
@@ -651,6 +651,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
651 | UserProfileData userData = new UserProfileData(); | 651 | UserProfileData userData = new UserProfileData(); |
652 | userData.FirstName = (string)data["firstname"]; | 652 | userData.FirstName = (string)data["firstname"]; |
653 | userData.SurName = (string)data["lastname"]; | 653 | userData.SurName = (string)data["lastname"]; |
654 | userData.Email = (string)data["email"]; | ||
654 | userData.ID = new UUID((string)data["uuid"]); | 655 | userData.ID = new UUID((string)data["uuid"]); |
655 | userData.Created = Convert.ToInt32(data["profile_created"]); | 656 | userData.Created = Convert.ToInt32(data["profile_created"]); |
656 | userData.UserInventoryURI = (string)data["server_inventory"]; | 657 | userData.UserInventoryURI = (string)data["server_inventory"]; |