Alphabetize results on region search by prefix matching

This commit is contained in:
Melanie
2010-10-18 20:29:00 +01:00
parent e48ac93803
commit 551015db63

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);