diff options
author | Sean Dague | 2008-11-04 14:54:42 +0000 |
---|---|---|
committer | Sean Dague | 2008-11-04 14:54:42 +0000 |
commit | 702249358badda5413e67ee0267063c2e2a61498 (patch) | |
tree | 42775e792f77d391e5ad730b2bb15f65da3e96d1 /OpenSim/Framework | |
parent | Prefix LSL variables which are C# keywords with @ instead of _ when translati... (diff) | |
download | opensim-SC_OLD-702249358badda5413e67ee0267063c2e2a61498.zip opensim-SC_OLD-702249358badda5413e67ee0267063c2e2a61498.tar.gz opensim-SC_OLD-702249358badda5413e67ee0267063c2e2a61498.tar.bz2 opensim-SC_OLD-702249358badda5413e67ee0267063c2e2a61498.tar.xz |
implement email field for MySQL and SQLite
From: Sean Dague <sdague@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/UserProfileData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserProfileData.cs b/OpenSim/Framework/UserProfileData.cs index 6e92b7a..d12ad40 100644 --- a/OpenSim/Framework/UserProfileData.cs +++ b/OpenSim/Framework/UserProfileData.cs | |||
@@ -124,7 +124,7 @@ namespace OpenSim.Framework | |||
124 | /// <summary> | 124 | /// <summary> |
125 | /// A valid email address for the account. Useful for password reset requests. | 125 | /// A valid email address for the account. Useful for password reset requests. |
126 | /// </summary> | 126 | /// </summary> |
127 | private string _email; | 127 | private string _email = String.Empty; |
128 | 128 | ||
129 | /// <summary> | 129 | /// <summary> |
130 | /// A URI to the users asset server, used for foreigners and large grids. | 130 | /// A URI to the users asset server, used for foreigners and large grids. |