aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs
diff options
context:
space:
mode:
authorMelanie2012-01-24 00:57:52 +0000
committerMelanie2012-01-24 00:57:52 +0000
commit8fcb9bf418e1d074f0bc6cc83f7cb946b77f96c0 (patch)
tree213225c6ec99c9a12478afa0beb0b3182d8037ce /OpenSim/Data/MySQL/MySQLSimulationData.cs
parentFix merge artefacts and build break (diff)
downloadopensim-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/MySQL/MySQLSimulationData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLSimulationData.cs2
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