jj: fix typo
This commit is contained in:
parent
6e64665d9a
commit
819c340745
@ -154,7 +154,7 @@ Public Class ClassWindream_allgemein
|
||||
WHERE T1.NAME = 'SERVER_USER' AND T.USER_ID = " & USER_ID
|
||||
Dim userExistsInServerUserGroup = ClassDatabase.Execute_Scalar(sql, MyConnectionString)
|
||||
|
||||
If WMSESSION_STARTSTOP_STARTUP = True And userExistsInServerUserGroup Then
|
||||
If WMSESSION_STARTSTOP_STARTUP = True And userExistsInServerUserGroup Is Nothing Then
|
||||
Dim owindreamControlCenter = CreateObject("Wmcc.ControlCenter")
|
||||
Dim owindreamIndexService = CreateObject("WMIndexServer.WMIdxSvControl")
|
||||
owindreamControlCenter.StartVFSService(0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user