Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-10-18 20:30:46 +01:00
13 changed files with 291 additions and 162 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);