Re-work handling of email notifications settings.

This commit is contained in:
BlueWall
2014-11-24 10:59:39 -05:00
parent 12108bf6e9
commit 41cc73233c
4 changed files with 11 additions and 10 deletions

View File

@@ -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
{