mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
cosmetics
This commit is contained in:
@@ -274,7 +274,7 @@ namespace OpenSim.Data.PGSQL
|
||||
|
||||
public UserAccountData[] GetUsers(UUID scopeID, string query)
|
||||
{
|
||||
string[] words = query.Split();
|
||||
string[] words = query.Split(' ', StringSplitOptions.RemoveEmptyEntries);;
|
||||
|
||||
for (int i = 0; i < words.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user