diff options
author | Diva Canto | 2013-12-06 16:02:03 -0800 |
---|---|---|
committer | Diva Canto | 2013-12-06 16:02:03 -0800 |
commit | 5047bd7b4403177fb92a6b4c84a7ba2eaff3b86e (patch) | |
tree | 855b759cf5de6fff16e81b39d09eeaeab7c3d012 /OpenSim/Data/PGSQL/PGSQLRegionData.cs | |
parent | Fixed misleading comment (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-5047bd7b4403177fb92a6b4c84a7ba2eaff3b86e.zip opensim-SC_OLD-5047bd7b4403177fb92a6b4c84a7ba2eaff3b86e.tar.gz opensim-SC_OLD-5047bd7b4403177fb92a6b4c84a7ba2eaff3b86e.tar.bz2 opensim-SC_OLD-5047bd7b4403177fb92a6b4c84a7ba2eaff3b86e.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLRegionData.cs b/OpenSim/Data/PGSQL/PGSQLRegionData.cs index f3e4064..b3076f0 100644 --- a/OpenSim/Data/PGSQL/PGSQLRegionData.cs +++ b/OpenSim/Data/PGSQL/PGSQLRegionData.cs | |||
@@ -206,7 +206,7 @@ namespace OpenSim.Data.PGSQL | |||
206 | 206 | ||
207 | DataTable schemaTable = result.GetSchemaTable(); | 207 | DataTable schemaTable = result.GetSchemaTable(); |
208 | foreach (DataRow row in schemaTable.Rows) | 208 | foreach (DataRow row in schemaTable.Rows) |
209 | m_ColumnNames.Add(row["column_name"].ToString()); | 209 | m_ColumnNames.Add(row["ColumnName"].ToString()); |
210 | } | 210 | } |
211 | 211 | ||
212 | foreach (string s in m_ColumnNames) | 212 | foreach (string s in m_ColumnNames) |