diff options
author | Melanie | 2012-01-24 00:57:52 +0000 |
---|---|---|
committer | Melanie | 2012-01-24 00:57:52 +0000 |
commit | 8fcb9bf418e1d074f0bc6cc83f7cb946b77f96c0 (patch) | |
tree | 213225c6ec99c9a12478afa0beb0b3182d8037ce /OpenSim/Data | |
parent | Fix merge artefacts and build break (diff) | |
download | opensim-SC_OLD-8fcb9bf418e1d074f0bc6cc83f7cb946b77f96c0.zip opensim-SC_OLD-8fcb9bf418e1d074f0bc6cc83f7cb946b77f96c0.tar.gz opensim-SC_OLD-8fcb9bf418e1d074f0bc6cc83f7cb946b77f96c0.tar.bz2 opensim-SC_OLD-8fcb9bf418e1d074f0bc6cc83f7cb946b77f96c0.tar.xz |
Correct some SQL syntax
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index f750a86..e07d94b 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs | |||
@@ -1029,7 +1029,7 @@ namespace OpenSim.Data.MySQL | |||
1029 | "?SunVectorX, ?SunVectorY, ?SunVectorZ, " + | 1029 | "?SunVectorX, ?SunVectorY, ?SunVectorZ, " + |
1030 | "?LoadedCreationDateTime, ?LoadedCreationID, " + | 1030 | "?LoadedCreationDateTime, ?LoadedCreationID, " + |
1031 | "?TerrainImageID, ?block_search, ?casino, " + | 1031 | "?TerrainImageID, ?block_search, ?casino, " + |
1032 | "?TelehubObject"; | 1032 | "?TelehubObject)"; |
1033 | 1033 | ||
1034 | FillRegionSettingsCommand(cmd, rs); | 1034 | FillRegionSettingsCommand(cmd, rs); |
1035 | 1035 | ||