mirror of
https://github.com/opensim/opensim.git
synced 2026-07-29 12:45:41 +08:00
cosmetics
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenSim.Data.MySQL
|
||||
/// </summary>
|
||||
public class MySQLGridUserData : MySQLGenericTableHandler<GridUserData>, IGridUserData
|
||||
{
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public MySQLGridUserData(string connectionString, string realm) : base(connectionString, realm, "GridUserStore") {}
|
||||
|
||||
@@ -58,6 +58,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
public GridUserData[] GetAll(string userID)
|
||||
{
|
||||
userID = MySqlHelper.EscapeString(userID);
|
||||
return base.Get(String.Format("UserID LIKE '{0}%'", userID));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user