MS_26012016_1

This commit is contained in:
SchreiberM
2016-01-27 15:23:42 +01:00
parent 2887aea532
commit a31edcbbd6
13 changed files with 4761 additions and 2020 deletions

View File

@@ -27,6 +27,7 @@ Module ModuleMySettings
Public USER_IS_ADMIN = False
Public USERS_LOGGED_IN = 0
Public USER_GUID = 0
Public USER_LANGUAGE = "de-DE"
Public sql_UserID As String = "SELECT GUID FROM TBDD_USER WHERE (LOWER(USERNAME) = LOWER('@user'))"