Applied patch (#438) from BlueWall Slade to fix indentation issues.

git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@91 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
kcozens
2012-01-12 20:19:06 +00:00
parent 767cc68da2
commit c5dc100c38
@@ -772,7 +772,7 @@ namespace OpenSimProfile.Modules.OpenProfile
// The PROFILE information is no longer stored in the user
// account. It now needs to be taken from the XMLRPC
//
remoteClient.SendAvatarProperties(avatarID, aboutText,born,
remoteClient.SendAvatarProperties(avatarID, aboutText,born,
charterMember, firstLifeAboutText,
flags,
firstLifeImage, image, profileUrl, partner);
@@ -810,8 +810,8 @@ namespace OpenSimProfile.Modules.OpenProfile
ReqHash["FirstLifeImage"] = newProfile.FirstLifeImage.ToString();
ReqHash["FirstLifeAboutText"] = newProfile.FirstLifeAboutText;
string serverURI = string.Empty;
bool foreign = GetUserProfileServerURI(remoteClient.AgentId, out serverURI);
string serverURI = string.Empty;
bool foreign = GetUserProfileServerURI(remoteClient.AgentId, out serverURI);
Hashtable result = GenericXMLRPCRequest(ReqHash,
"avatar_properties_update", serverURI);