aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorMelanie2009-09-03 21:04:06 +0100
committerMelanie2009-09-03 21:04:06 +0100
commit5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf (patch)
treee48751a92b2ac8bad613c0a1355a9206fe596fd0 /OpenSim/Data
parentRemove the distinction between password and login key in the authentication (diff)
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.zip
opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.gz
opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.bz2
opensim-SC_OLD-5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf.tar.xz
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLRegionData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLRegionData.cs b/OpenSim/Data/MSSQL/MSSQLRegionData.cs
index c9e4bfe..adedcce 100644
--- a/OpenSim/Data/MSSQL/MSSQLRegionData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLRegionData.cs
@@ -210,6 +210,7 @@ namespace OpenSim.Data.MSSQL
210 { 210 {
211 foreach (SceneObjectPart objectPart in allPrimsWithInventory) 211 foreach (SceneObjectPart objectPart in allPrimsWithInventory)
212 { 212 {
213 command.Parameters.Clear();
213 command.Parameters.Add(_Database.CreateParameter("@PrimID", objectPart.UUID)); 214 command.Parameters.Add(_Database.CreateParameter("@PrimID", objectPart.UUID));
214 215
215 List<TaskInventoryItem> inventory = new List<TaskInventoryItem>(); 216 List<TaskInventoryItem> inventory = new List<TaskInventoryItem>();