mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Several more buglets removed.
This commit is contained in:
@@ -119,6 +119,10 @@ namespace OpenSim.Services.UserAccountService
|
||||
u.ScopeID = d.ScopeID;
|
||||
u.Email = d.Data["Email"].ToString();
|
||||
u.Created = Convert.ToInt32(d.Data["Created"].ToString());
|
||||
if (d.Data["UserTitle"] != null)
|
||||
u.UserTitle = d.Data["UserTitle"].ToString();
|
||||
else
|
||||
u.UserTitle = string.Empty;
|
||||
|
||||
string[] URLs = d.Data["ServiceURLs"].ToString().Split(new char[] { ' ' });
|
||||
u.ServiceURLs = new Dictionary<string, object>();
|
||||
|
||||
Reference in New Issue
Block a user