Alphabetize results on region search by prefix matching

viewer-2-initial-appearance
Melanie 2010-10-18 20:29:00 +01:00
parent e48ac93803
commit 551015db63
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ namespace OpenSim.Data.MySQL
if (scopeID != UUID.Zero)
command += " and ScopeID = ?scopeID";
command += " order by regionName";
using (MySqlCommand cmd = new MySqlCommand(command))
{
cmd.Parameters.AddWithValue("?regionName", regionName);