mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Formatting cleanup. Add copyright notices.
This commit is contained in:
@@ -197,7 +197,7 @@ namespace OpenSim.Data.MySQL
|
||||
public virtual T[] Get(string where)
|
||||
{
|
||||
using (MySqlCommand cmd = new MySqlCommand())
|
||||
{
|
||||
{
|
||||
string query = String.Format("select * from {0} where {1}",
|
||||
m_Realm, where);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user