diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs index ff4e678..92ae0d7 100644 --- a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs +++ b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMModel.cs | |||
@@ -193,10 +193,10 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement | |||
193 | System.Collections.ArrayList xmllist = null; | 193 | System.Collections.ArrayList xmllist = null; |
194 | SceneObjectGroup temp = null; | 194 | SceneObjectGroup temp = null; |
195 | System.Collections.Hashtable deleteListUUIDs = new Hashtable(); | 195 | System.Collections.Hashtable deleteListUUIDs = new Hashtable(); |
196 | Dictionary<LLUUID, EntityBase> SearchList = new Dictionary<LLUUID,EntityBase>(); | 196 | // Dictionary<LLUUID, EntityBase> SearchList = new Dictionary<LLUUID,EntityBase>(); |
197 | Dictionary<LLUUID, EntityBase> ReplacementList = new Dictionary<LLUUID,EntityBase>(); | 197 | Dictionary<LLUUID, EntityBase> ReplacementList = new Dictionary<LLUUID,EntityBase>(); |
198 | int revision = m_database.GetMostRecentRevision(scene.RegionInfo.RegionID); | 198 | int revision = m_database.GetMostRecentRevision(scene.RegionInfo.RegionID); |
199 | EntityBase[] searchArray; | 199 | // EntityBase[] searchArray; |
200 | 200 | ||
201 | xmllist = m_database.GetRegionObjectXMLList(scene.RegionInfo.RegionID, revision); | 201 | xmllist = m_database.GetRegionObjectXMLList(scene.RegionInfo.RegionID, revision); |
202 | if (xmllist == null) | 202 | if (xmllist == null) |