diff options
author | Melanie | 2009-09-03 21:04:06 +0100 |
---|---|---|
committer | Melanie | 2009-09-03 21:04:06 +0100 |
commit | 5c2bf97bf2fe5dfe69b98bf50df2d994ac4c23bf (patch) | |
tree | e48751a92b2ac8bad613c0a1355a9206fe596fd0 /OpenSim/Data | |
parent | Remove the distinction between password and login key in the authentication (diff) | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLRegionData.cs | 1 |
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>(); |