Modules.Config: Test-Code entfernt. Ich hoffe es war nur Test-Code!!!

This commit is contained in:
2026-04-15 11:06:18 +02:00
parent cae41fbbd3
commit d9f9755d2a

View File

@@ -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