MS 2.6.4. Global Indexer Terms ersetzen
This commit is contained in:
@@ -75,8 +75,8 @@ Public Class frmConfig_Basic
|
||||
|
||||
USER_ID = DATABASE_ECM.GetScalarValue(sql)
|
||||
If IsDBNull(USER_ID) Then
|
||||
MsgBox("Attention: Your Username '" & Environment.UserName & "' is not configured for Global Indexer. this might result in unhandled exceptions!", MsgBoxStyle.Exclamation)
|
||||
LOGGER.Info("User '" & Environment.UserName & "' not configured for Global Indexer! (DBNull - frmConfigBasic)")
|
||||
MsgBox("Attention: Your Username '" & Environment.UserName & "' is not configured for File Flow. this might result in unhandled exceptions!", MsgBoxStyle.Exclamation)
|
||||
LOGGER.Info("User '" & Environment.UserName & "' not configured for File Flow! (DBNull - frmConfigBasic)")
|
||||
End If
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user