Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-08-10 19:49:35 +01:00
11 changed files with 153 additions and 132 deletions

View File

@@ -210,6 +210,9 @@ namespace OpenSim.Data.MySQL
if (data.Data.ContainsKey("locY"))
data.Data.Remove("locY");
if (data.RegionName.Length > 32)
data.RegionName = data.RegionName.Substring(0, 32);
string[] fields = new List<string>(data.Data.Keys).ToArray();
using (MySqlCommand cmd = new MySqlCommand())