diff options
Diffstat (limited to 'OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs')
-rw-r--r-- | OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs b/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs index f8a951e..db3c1d6 100644 --- a/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs +++ b/OpenSim/Framework/Data.MSSQL/MSSQLUserData.cs | |||
@@ -315,7 +315,7 @@ namespace OpenSim.Framework.Data.MSSQL | |||
315 | user.lastLogin, user.userInventoryURI, user.userAssetURI, | 315 | user.lastLogin, user.userInventoryURI, user.userAssetURI, |
316 | user.profileCanDoMask, user.profileWantDoMask, | 316 | user.profileCanDoMask, user.profileWantDoMask, |
317 | user.profileAboutText, user.profileFirstText, user.profileImage, | 317 | user.profileAboutText, user.profileFirstText, user.profileImage, |
318 | user.profileFirstImage); | 318 | user.profileFirstImage,user.webLoginKey); |
319 | } | 319 | } |
320 | } | 320 | } |
321 | catch (Exception e) | 321 | catch (Exception e) |