Merge branch 'master' of http://172.24.11.74:90/scm/git/GlobalIndexer
This commit is contained in:
@@ -36,7 +36,8 @@ Public Class ClassInit
|
||||
|
||||
If dbResult = False Then
|
||||
ERROR_STATE = "FAILED DBCONNECTION"
|
||||
MsgBox("Error in init database. (Connection failed) More information in the logfile.", MsgBoxStyle.Critical)
|
||||
' Fehler wird in frmSplash abgehandelt
|
||||
'MsgBox("Error in init database. (Connection failed) More information in the logfile.", MsgBoxStyle.Critical)
|
||||
Return False
|
||||
Else
|
||||
Return True
|
||||
@@ -54,9 +55,6 @@ Public Class ClassInit
|
||||
Throw New Exception("Unexpected error while initializing basic-settings. More info in the log.")
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
|
||||
End Sub
|
||||
Public Sub Init_Folderwatch()
|
||||
Try
|
||||
|
||||
Reference in New Issue
Block a user