* Added support for Weburl which is set in userprofile

git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@43 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
fly-man-
2009-10-15 13:49:33 +00:00
parent ff20afa867
commit b9e40e4f3a
@@ -529,8 +529,8 @@ namespace OpenSimProfile.Modules.OpenProfile
if (dataArray != null && dataArray[0] != null)
{
Hashtable d = (Hashtable)dataArray[0];
return d;
}
return result;
}
}