aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserData.cs
diff options
context:
space:
mode:
authorMike Mazur2008-07-31 23:53:24 +0000
committerMike Mazur2008-07-31 23:53:24 +0000
commit15669281faab727cdf79ec1cee24d9b20fae8cbd (patch)
tree5680042e8c1a791eb23c70f6dfcae5d60ab91856 /OpenSim/Data/SQLite/SQLiteUserData.cs
parent* Allow an individual item to be specified as well as a folder in save-inv (diff)
downloadopensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.zip
opensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.tar.gz
opensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.tar.bz2
opensim-SC_OLD-15669281faab727cdf79ec1cee24d9b20fae8cbd.tar.xz
Apply updated patch from issue 1871. Thanks sempuki.
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteUserData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteUserData.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteUserData.cs b/OpenSim/Data/SQLite/SQLiteUserData.cs
index 2d3687c..45b4dc6 100644
--- a/OpenSim/Data/SQLite/SQLiteUserData.cs
+++ b/OpenSim/Data/SQLite/SQLiteUserData.cs
@@ -133,7 +133,7 @@ namespace OpenSim.Data.SQLite
133 public override void Dispose () {} 133 public override void Dispose () {}
134 134
135 /// <summary> 135 /// <summary>
136 /// see IUserData, 136 /// see IUserDataPlugin,
137 /// Get user data profile by UUID 137 /// Get user data profile by UUID
138 /// </summary> 138 /// </summary>
139 /// <param name="uuid">User UUID</param> 139 /// <param name="uuid">User UUID</param>
@@ -161,7 +161,7 @@ namespace OpenSim.Data.SQLite
161 } 161 }
162 162
163 /// <summary> 163 /// <summary>
164 /// see IUserData, 164 /// see IUserDataPlugin,
165 /// Get user data profile by name 165 /// Get user data profile by name
166 /// </summary> 166 /// </summary>
167 /// <param name="fname">first name</param> 167 /// <param name="fname">first name</param>