MS Bugfixing1

This commit is contained in:
Digital Data - Marlon Schreiber
2018-06-12 15:15:33 +02:00
parent 146bf5de5c
commit 8f0ddba69f
9 changed files with 165 additions and 354 deletions

View File

@@ -183,6 +183,7 @@ Public Class ClassInit
If LogErrorsOnly = False Then ClassLogger.Add(" >> Singe User-relation defined for user....", False)
USER_IN_MODULE = True
USER_IS_ADMIN = DT.Rows(0).Item("IS_ADMIN")
USER_RIGHT_FILE_DELETE = DT.Rows(0).Item("RIGHT1")
End If
End If
End If