diff options
author | Justin Clarke Casey | 2009-07-24 20:27:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-07-24 20:27:24 +0000 |
commit | a54998e1f93446154a625efda01a9345924731ea (patch) | |
tree | b683d3908c05c0f40b41efa6f4b09f590550e2aa /OpenSim/Data/MSSQL | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3855 (diff) | |
download | opensim-SC_OLD-a54998e1f93446154a625efda01a9345924731ea.zip opensim-SC_OLD-a54998e1f93446154a625efda01a9345924731ea.tar.gz opensim-SC_OLD-a54998e1f93446154a625efda01a9345924731ea.tar.bz2 opensim-SC_OLD-a54998e1f93446154a625efda01a9345924731ea.tar.xz |
* minor: spacing adjustment to retrigger panda
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLInventoryData.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs index 3bf4d04..27a4e70 100644 --- a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs +++ b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs | |||
@@ -428,8 +428,7 @@ namespace OpenSim.Data.MSSQL | |||
428 | @inventoryBasePermissions, @inventoryEveryOnePermissions, @inventoryGroupPermissions, @salePrice, @saleType, | 428 | @inventoryBasePermissions, @inventoryEveryOnePermissions, @inventoryGroupPermissions, @salePrice, @saleType, |
429 | @creationDate, @groupID, @groupOwned, @flags)"; | 429 | @creationDate, @groupID, @groupOwned, @flags)"; |
430 | 430 | ||
431 | string itemName = item.Name; | 431 | string itemName = item.Name; |
432 | |||
433 | if (item.Name.Length > 64) | 432 | if (item.Name.Length > 64) |
434 | { | 433 | { |
435 | itemName = item.Name.Substring(0, 64); | 434 | itemName = item.Name.Substring(0, 64); |