diff options
Diffstat (limited to 'OpenGridServices/OpenGrid.Framework.Data.DB4o/DB4oManager.cs')
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Data.DB4o/DB4oManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data.DB4o/DB4oManager.cs b/OpenGridServices/OpenGrid.Framework.Data.DB4o/DB4oManager.cs index aaa6e91..b30f889 100644 --- a/OpenGridServices/OpenGrid.Framework.Data.DB4o/DB4oManager.cs +++ b/OpenGridServices/OpenGrid.Framework.Data.DB4o/DB4oManager.cs | |||
@@ -81,7 +81,7 @@ namespace OpenGrid.Framework.Data.DB4o | |||
81 | /// <param name="row">The profile to add</param> | 81 | /// <param name="row">The profile to add</param> |
82 | /// <returns>Successful?</returns> | 82 | /// <returns>Successful?</returns> |
83 | public bool AddRow(UserProfileData row) | 83 | public bool AddRow(UserProfileData row) |
84 | { | 84 | { |
85 | if (userProfiles.ContainsKey(row.UUID)) | 85 | if (userProfiles.ContainsKey(row.UUID)) |
86 | { | 86 | { |
87 | userProfiles[row.UUID] = row; | 87 | userProfiles[row.UUID] = row; |