mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Re-work handling of email notifications settings.
This commit is contained in:
@@ -916,9 +916,6 @@ namespace OpenSim.Data.MySQL
|
||||
bool.TryParse((string)reader["imviaemail"], out pref.IMViaEmail);
|
||||
bool.TryParse((string)reader["visible"], out pref.Visible);
|
||||
pref.EMail = (string)reader["email"];
|
||||
|
||||
if(string.IsNullOrEmpty(pref.EMail))
|
||||
pref.EMail = "No EMail Address Provided";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user