diff --git a/OpenSim/Data/SQLite/SQLiteSimulationData.cs b/OpenSim/Data/SQLite/SQLiteSimulationData.cs index f6db50c0ee..697876301e 100644 --- a/OpenSim/Data/SQLite/SQLiteSimulationData.cs +++ b/OpenSim/Data/SQLite/SQLiteSimulationData.cs @@ -2223,9 +2223,9 @@ namespace OpenSim.Data.SQLite row["lnkstBinData"] = null; if (prim.IsRoot) - row["StartSrc"] = prim.ParentGroup.RezStringParameter; + row["StartStr"] = prim.ParentGroup.RezStringParameter; else - row["StartSrc"] = null; + row["StartStr"] = null; } ///