Zooflow: WIP
This commit is contained in:
@@ -315,7 +315,7 @@ Public Class ClassInit
|
||||
Case "USER_LANGUAGE"
|
||||
MyApplication.User.Language = NotNull(oValue.ToString, "de-DE")
|
||||
Case "USER_LANGUAGEID"
|
||||
MyApplication.User.LanguageID = CShort(oValue)
|
||||
MyApplication.User.LanguageId = CShort(oValue)
|
||||
End Select
|
||||
End Sub
|
||||
Private Sub HandleModuleInfo(MyApplication As My.MyApplication, ModuleName As String, Row As DataRow)
|
||||
|
||||
Reference in New Issue
Block a user