mirror of
https://github.com/opensim/opensim.git
synced 2026-07-09 22:45:42 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff2d47b1a3 | ||
|
|
b581699065 | ||
|
|
a5e5111d4a | ||
|
|
ee20e48097 | ||
|
|
f561c21369 |
@@ -2643,4 +2643,4 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -346,7 +346,7 @@ namespace OpenSim.Services.Connectors
|
||||
sendData["LastName"] = last;
|
||||
sendData["Password"] = password;
|
||||
if (!string.IsNullOrEmpty(email))
|
||||
sendData["Email"] = first;
|
||||
sendData["Email"] = email;
|
||||
sendData["ScopeID"] = scopeID.ToString();
|
||||
|
||||
return SendAndGetReply(sendData);
|
||||
|
||||
Reference in New Issue
Block a user