ZooFlow: small tweaks

This commit is contained in:
Jonathan Jenne 2021-06-30 14:51:11 +02:00
parent 6963505fe9
commit d79340d54f

View File

@ -1131,7 +1131,6 @@ Public Class frmGlobix_Index
CreateFolderForIndex(String.Empty) CreateFolderForIndex(String.Empty)
End If End If
Dim oIDBImportResult As Boolean = False Dim oIDBImportResult As Boolean = False
'Variable Folder 'Variable Folder
If DropType = "|DROPFROMFSYSTEM|" Or DropType = "|OUTLOOK_ATTACHMENT|" Or DropType = "|ATTMNTEXTRACTED|" Or DropType = "|FW_SIMPLEINDEXER|" Then If DropType = "|DROPFROMFSYSTEM|" Or DropType = "|OUTLOOK_ATTACHMENT|" Or DropType = "|ATTMNTEXTRACTED|" Or DropType = "|FW_SIMPLEINDEXER|" Then
@ -1227,9 +1226,9 @@ Public Class frmGlobix_Index
Return True Return True
End If End If
End If End If
Else
Return False
End If End If
Catch ex As Exception Catch ex As Exception
_Logger.Error(ex) _Logger.Error(ex)
Return False Return False