diff options
author | Melanie Thielker | 2008-07-26 18:46:04 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-26 18:46:04 +0000 |
commit | 3b1efa4348088a55819c34dd6356ef3c948f6432 (patch) | |
tree | 07367dc1c2577ceb77218a5797b2d29ded2432dc | |
parent | Fix Mantis #1830 (diff) | |
download | opensim-SC_OLD-3b1efa4348088a55819c34dd6356ef3c948f6432.zip opensim-SC_OLD-3b1efa4348088a55819c34dd6356ef3c948f6432.tar.gz opensim-SC_OLD-3b1efa4348088a55819c34dd6356ef3c948f6432.tar.bz2 opensim-SC_OLD-3b1efa4348088a55819c34dd6356ef3c948f6432.tar.xz |
Re-Fix the fix
-rw-r--r-- | OpenSim/Data/MySQL/MySQLDataStore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLDataStore.cs b/OpenSim/Data/MySQL/MySQLDataStore.cs index 5bb8f72..af3f02a 100644 --- a/OpenSim/Data/MySQL/MySQLDataStore.cs +++ b/OpenSim/Data/MySQL/MySQLDataStore.cs | |||
@@ -1272,7 +1272,7 @@ namespace OpenSim.Data.MySQL | |||
1272 | private static RegionSettings buildRegionSettings(DataRow row) | 1272 | private static RegionSettings buildRegionSettings(DataRow row) |
1273 | { | 1273 | { |
1274 | RegionSettings newSettings = new RegionSettings(); | 1274 | RegionSettings newSettings = new RegionSettings(); |
1275 | rs.OnSave += StoreRegionSettings; | 1275 | newSettings.OnSave += StoreRegionSettings; |
1276 | 1276 | ||
1277 | newSettings.RegionUUID = new LLUUID((string) row["regionUUID"]); | 1277 | newSettings.RegionUUID = new LLUUID((string) row["regionUUID"]); |
1278 | newSettings.BlockTerraform = Convert.ToBoolean(row["block_terraform"]); | 1278 | newSettings.BlockTerraform = Convert.ToBoolean(row["block_terraform"]); |