mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
a few cosmetic changes
This commit is contained in:
@@ -60,6 +60,11 @@ namespace OpenSim.Data.SQLite
|
||||
conn, "inventoryitems", String.Empty);
|
||||
}
|
||||
|
||||
public XInventoryFolder[] GetFolder(string field, string val)
|
||||
{
|
||||
return m_Folders.Get(field, val);
|
||||
}
|
||||
|
||||
public XInventoryFolder[] GetFolders(string[] fields, string[] vals)
|
||||
{
|
||||
return m_Folders.Get(fields, vals);
|
||||
|
||||
Reference in New Issue
Block a user