diff --git a/Global_Indexer/ClassControls.vb b/Global_Indexer/ClassControls.vb index 2c87449..e282989 100644 --- a/Global_Indexer/ClassControls.vb +++ b/Global_Indexer/ClassControls.vb @@ -97,7 +97,7 @@ Public Class ClassControls oConnectionString = ClassFormFunctions.GetConnectionString(conid) - If oConnectionString IsNot Nothing And oSql.Length > 0 And SQLSu ggestion = True Then + If oConnectionString IsNot Nothing And oSql.Length > 0 And SQLSuggestion = True Then LOGGER.Debug("Connection String (redacted): [{0}]", oConnectionString.Substring(0, 30)) If ClassPatterns.HasComplexPatterns(oSql) Then