mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
This should have a strong effect on the Unknown User issue mantis #6625
This commit is contained in:
@@ -56,6 +56,10 @@ namespace OpenSim.Data.SQLite
|
||||
return ret[0];
|
||||
}
|
||||
|
||||
public GridUserData[] GetAll(string userID)
|
||||
{
|
||||
return base.Get("UserID LIKE {0}%", userID);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user