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)
End If
Dim oIDBImportResult As Boolean = False
'Variable Folder
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
End If
End If
Else
Return False
End If
Catch ex As Exception
_Logger.Error(ex)
Return False