ZooFlow: Remove modcurrent, move flowsearch, small changes

This commit is contained in:
Jonathan Jenne
2021-01-12 10:58:27 +01:00
parent e8358e2921
commit 6fd11a09c7
13 changed files with 38 additions and 29 deletions

View File

@@ -1,9 +0,0 @@
Imports DigitalData.Modules.EDMI.API
Module modCurrent
Public _Client As Client
Public APPSERVER_ACTIVE As Boolean = False
Public SEARCH_STRING_ATTRID As String
Public SEARCH_INTEGER_ATTRID As String
Public NOBASIC_CONF As Boolean = False
End Module