From 6d8ddda5c0b8e623f3629f4dee418bb488c60d08 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Thu, 12 May 2022 11:20:43 +0200 Subject: [PATCH] fix admin bug --- Global_Indexer/frmAdministration.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global_Indexer/frmAdministration.vb b/Global_Indexer/frmAdministration.vb index 971706c..727b3f3 100644 --- a/Global_Indexer/frmAdministration.vb +++ b/Global_Indexer/frmAdministration.vb @@ -666,8 +666,8 @@ Public Class frmAdministration Dim oResult = oForm2.ShowDialog() If oResult = DialogResult.OK Then - txtManIndexSQL.Text = oForm2.SQLCommand - txtManIndexConnectionId.Text = oForm2.SQLConnection + txtAutomIndexSQLResult.Text = oForm2.SQLCommand + txtAutomIndexConnectionId.Text = oForm2.SQLConnection End If Catch ex As Exception LOGGER.Error(ex)