MS PARTY_MODULES = 1
This commit is contained in:
@@ -48,7 +48,7 @@ Public Class Service
|
||||
Throw New ApplicationException("Database connection could not be established!")
|
||||
End If
|
||||
|
||||
Dim oKey = Database.GetScalarValue("SELECT LICENSE FROM TBDD_3RD_PARTY_MODULES WHERE NAME = 'GDPICTURE'")
|
||||
Dim oKey = Database.GetScalarValue("SELECT LICENSE FROM TBDD_3RD_PARTY_MODULES WHERE NAME = 'GDPICTURE' and ACTIVE = 1")
|
||||
|
||||
If String.IsNullOrWhiteSpace(oKey) Then
|
||||
Throw New ApplicationException("GDPicture License could not be loaded!")
|
||||
|
||||
Reference in New Issue
Block a user