Apply updated patch from issue 1871. Thanks sempuki.

This commit is contained in:
Mike Mazur
2008-07-31 23:53:24 +00:00
parent 6d15f25026
commit 15669281fa
8 changed files with 35 additions and 34 deletions

View File

@@ -244,7 +244,7 @@ namespace OpenSim.Data.MySQL
#endregion
// see IUserData
// see IUserDataPlugin
override public UserProfileData GetUserByName(string user, string last)
{
try
@@ -508,7 +508,7 @@ namespace OpenSim.Data.MySQL
}
/// <summary>
/// See IUserData
/// See IUserDataPlugin
/// </summary>
/// <param name="uuid">User UUID</param>
/// <returns>User profile data</returns>