From bf8b5844f24d294c459f54147bd511e7112288bf Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 18 Mar 2008 14:51:42 +0000 Subject: Formatting cleanup. Minor refactoring. --- OpenSim/Framework/Data.SQLite/SQLiteGridData.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/Data.SQLite/SQLiteGridData.cs') diff --git a/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs b/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs index 4d42f19..397ef82 100644 --- a/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs +++ b/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs @@ -114,13 +114,12 @@ namespace OpenSim.Framework.Data.SQLite /// /// Returns a sim profile from it's Region name string /// - /// The region name search query + /// The region name search query /// The sim profile public RegionProfileData GetProfileByString(string regionName) { if (regionName.Length > 2) { - Dictionary param = new Dictionary(); // Add % because this is a like query. param["?regionName"] = regionName + "%"; @@ -133,7 +132,6 @@ namespace OpenSim.Framework.Data.SQLite result.Dispose(); return row; - } else { @@ -142,7 +140,6 @@ namespace OpenSim.Framework.Data.SQLite } } - /// /// Returns a sim profile from it's UUID /// @@ -191,7 +188,7 @@ namespace OpenSim.Framework.Data.SQLite } /// - /// DEPRECIATED. Attempts to authenticate a region by comparing a shared secret. + /// DEPRECATED. Attempts to authenticate a region by comparing a shared secret. /// /// The UUID of the challenger /// The attempted regionHandle of the challenger -- cgit v1.1