mirror of
https://github.com/opensim/opensim.git
synced 2026-06-27 00:55:48 +08:00
groups v2: remove wrong filters on DB search
This commit is contained in:
@@ -90,7 +90,7 @@ namespace OpenSim.Data.MySQL
|
||||
else
|
||||
pattern = string.Format("Name LIKE '%{0}%'", MySqlHelper.EscapeString(pattern));
|
||||
|
||||
return m_Groups.Get(string.Format("ShowInList=1 AND ({0}) ORDER BY Name LIMIT 100", pattern));
|
||||
return m_Groups.Get(string.Format("ShowInList=1 AND ({0})", pattern));
|
||||
}
|
||||
|
||||
public bool DeleteGroup(UUID groupID)
|
||||
|
||||
Reference in New Issue
Block a user