diff options
Diffstat (limited to 'OpenSim/Framework/Data.MySQL/MySQLManager.cs')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/MySQLManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLManager.cs b/OpenSim/Framework/Data.MySQL/MySQLManager.cs index e763bfa..0ec976c 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLManager.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLManager.cs | |||
@@ -200,7 +200,9 @@ namespace OpenSim.Framework.Data.MySQL | |||
200 | string tableName = (string) tables["TABLE_NAME"]; | 200 | string tableName = (string) tables["TABLE_NAME"]; |
201 | string comment = (string) tables["TABLE_COMMENT"]; | 201 | string comment = (string) tables["TABLE_COMMENT"]; |
202 | if (tableList.ContainsKey(tableName)) | 202 | if (tableList.ContainsKey(tableName)) |
203 | { | ||
203 | tableList[tableName] = comment; | 204 | tableList[tableName] = comment; |
205 | } | ||
204 | } | 206 | } |
205 | catch (Exception e) | 207 | catch (Exception e) |
206 | { | 208 | { |