mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
a few cosmetic changes
This commit is contained in:
@@ -64,6 +64,11 @@ namespace OpenSim.Data.PGSQL
|
||||
return newUUID;
|
||||
}
|
||||
|
||||
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