mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 20:25:34 +08:00
Applied Patch 473, Inventory Patch from Tleiades (many thanks).
This commit is contained in:
@@ -349,5 +349,14 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
{
|
||||
addInventoryFolder(folder);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Delete an inventory folder
|
||||
/// </summary>
|
||||
/// <param name="folderId">Id of folder to delete</param>
|
||||
public void deleteInventoryFolder(LLUUID folderID)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user