diff options
Diffstat (limited to 'OpenSim/Data/PGSQL/PGSQLEstateData.cs')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLEstateData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLEstateData.cs b/OpenSim/Data/PGSQL/PGSQLEstateData.cs index 141b8ed..5ad0eaa 100644 --- a/OpenSim/Data/PGSQL/PGSQLEstateData.cs +++ b/OpenSim/Data/PGSQL/PGSQLEstateData.cs | |||
@@ -452,7 +452,7 @@ namespace OpenSim.Data.PGSQL | |||
452 | public List<int> GetEstates(string search) | 452 | public List<int> GetEstates(string search) |
453 | { | 453 | { |
454 | List<int> result = new List<int>(); | 454 | List<int> result = new List<int>(); |
455 | string sql = "select \"estateID\" from estate_settings where lower(\"EstateName\") = lower(:EstateName)"; | 455 | string sql = "select \"EstateID\" from estate_settings where lower(\"EstateName\") = lower(:EstateName)"; |
456 | using (NpgsqlConnection conn = new NpgsqlConnection(m_connectionString)) | 456 | using (NpgsqlConnection conn = new NpgsqlConnection(m_connectionString)) |
457 | { | 457 | { |
458 | conn.Open(); | 458 | conn.Open(); |