aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-07-24 20:27:24 +0000
committerJustin Clarke Casey2009-07-24 20:27:24 +0000
commita54998e1f93446154a625efda01a9345924731ea (patch)
treeb683d3908c05c0f40b41efa6f4b09f590550e2aa /OpenSim
parent* Apply http://opensimulator.org/mantis/view.php?id=3855 (diff)
downloadopensim-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')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLInventoryData.cs3
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);