implement email field for MySQL and SQLite

From: Sean Dague <sdague@gmail.com>
This commit is contained in:
Sean Dague
2008-11-04 14:54:42 +00:00
parent 6e14d1005a
commit 702249358b
7 changed files with 37 additions and 17 deletions

View File

@@ -124,7 +124,7 @@ namespace OpenSim.Framework
/// <summary>
/// A valid email address for the account. Useful for password reset requests.
/// </summary>
private string _email;
private string _email = String.Empty;
/// <summary>
/// A URI to the users asset server, used for foreigners and large grids.