Modules.Config: Test-Code entfernt. Ich hoffe es war nur Test-Code!!!
This commit is contained in:
@@ -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 + "'"
|
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))
|
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
|
Return oLicenseString
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user