aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLInventoryData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/MySQLInventoryData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs
index 7d29061..1a6f068 100644
--- a/OpenSim/Data/MySQL/MySQLInventoryData.cs
+++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs
@@ -539,6 +539,11 @@ namespace OpenSim.Data.MySQL
539 } 539 }
540 } 540 }
541 541
542 public InventoryItemBase queryInventoryItem(UUID itemID)
543 {
544 return getInventoryItem(itemID);
545 }
546
542 /// <summary> 547 /// <summary>
543 /// Creates a new inventory folder 548 /// Creates a new inventory folder
544 /// </summary> 549 /// </summary>