diff options
author | Mike Mazur | 2008-07-31 23:53:24 +0000 |
---|---|---|
committer | Mike Mazur | 2008-07-31 23:53:24 +0000 |
commit | 15669281faab727cdf79ec1cee24d9b20fae8cbd (patch) | |
tree | 5680042e8c1a791eb23c70f6dfcae5d60ab91856 /OpenSim/Data/MySQL | |
parent | * Allow an individual item to be specified as well as a folder in save-inv (diff) | |
download | opensim-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/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs index d8830de..131823a 100644 --- a/OpenSim/Data/MySQL/MySQLUserData.cs +++ b/OpenSim/Data/MySQL/MySQLUserData.cs | |||
@@ -244,7 +244,7 @@ namespace OpenSim.Data.MySQL | |||
244 | 244 | ||
245 | #endregion | 245 | #endregion |
246 | 246 | ||
247 | // see IUserData | 247 | // see IUserDataPlugin |
248 | override public UserProfileData GetUserByName(string user, string last) | 248 | override public UserProfileData GetUserByName(string user, string last) |
249 | { | 249 | { |
250 | try | 250 | try |
@@ -508,7 +508,7 @@ namespace OpenSim.Data.MySQL | |||
508 | } | 508 | } |
509 | 509 | ||
510 | /// <summary> | 510 | /// <summary> |
511 | /// See IUserData | 511 | /// See IUserDataPlugin |
512 | /// </summary> | 512 | /// </summary> |
513 | /// <param name="uuid">User UUID</param> | 513 | /// <param name="uuid">User UUID</param> |
514 | /// <returns>User profile data</returns> | 514 | /// <returns>User profile data</returns> |