From be834fae847a4e38eb1f29d1483d833f1f21457b Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 20 May 2020 16:14:43 +0200 Subject: [PATCH] fix --- Global_Indexer/ClassControls.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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