diff options
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLXInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs index 9164ffe..bfef682 100644 --- a/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs +++ b/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs | |||
@@ -278,7 +278,7 @@ namespace OpenSim.Data.MSSQL | |||
278 | // m_log.DebugFormat("[MYSQL ITEM HANDLER]: Incrementing version on folder {0}", folderID); | 278 | // m_log.DebugFormat("[MYSQL ITEM HANDLER]: Incrementing version on folder {0}", folderID); |
279 | // Util.PrintCallStack(); | 279 | // Util.PrintCallStack(); |
280 | 280 | ||
281 | string sql = "update inventoryfolders set version=version+1 where folderID = ?folderID"; | 281 | string sql = "update inventoryfolders set version=version+1 where folderID = @folderID"; |
282 | 282 | ||
283 | using (SqlConnection conn = new SqlConnection(m_ConnectionString)) | 283 | using (SqlConnection conn = new SqlConnection(m_ConnectionString)) |
284 | { | 284 | { |