Correct some SQL syntax

This commit is contained in:
Melanie
2012-01-24 00:57:52 +00:00
parent 7a87be5015
commit 8fcb9bf418

View File

@@ -1029,7 +1029,7 @@ namespace OpenSim.Data.MySQL
"?SunVectorX, ?SunVectorY, ?SunVectorZ, " +
"?LoadedCreationDateTime, ?LoadedCreationID, " +
"?TerrainImageID, ?block_search, ?casino, " +
"?TelehubObject";
"?TelehubObject)";
FillRegionSettingsCommand(cmd, rs);