From d9f9755d2a1571eca36227bcee24657f8cc2f03e Mon Sep 17 00:00:00 2001 From: pitzm Date: Wed, 15 Apr 2026 11:06:18 +0200 Subject: [PATCH] Modules.Config: Test-Code entfernt. Ich hoffe es war nur Test-Code!!! --- Config/ConfigDbFunct.vb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Config/ConfigDbFunct.vb b/Config/ConfigDbFunct.vb index ac3809d0..90980c48 100644 --- a/Config/ConfigDbFunct.vb +++ b/Config/ConfigDbFunct.vb @@ -37,9 +37,8 @@ Public Class ConfigDbFunct Dim oSql As String = "SELECT LICENSE FROM TBDD_3RD_PARTY_MODULES WHERE NAME = '" + pProductName + "' AND ACTIVE = 1 AND VERSION = '" + pVersion + "'" oLogger.Debug(String.Format("oSql in GetProductLicense: {0}", oSql)) - Return String.Empty - Dim oLicenseString As String = oDatabase.GetScalarValue(oSql) + Dim oLicenseString As String = oDatabase.GetScalarValue(oSql) Return oLicenseString Catch ex As Exception