After merge
This commit is contained in:
commit
25b5303a05
25 changed files with 88 additions and 61 deletions
|
|
@ -144,7 +144,7 @@
|
|||
If ActionOKCase = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
If ActionOKCase = 1 Then
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
|
|
@ -327,7 +327,7 @@
|
|||
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
Var SessionID2 = SelectSlot + ":"
|
||||
Var SessionID2 = SessionID2 + ExtendData
|
||||
Var SessionID2 = SessionID2 + Seeker.ExtendData
|
||||
|
||||
DEBUGVAR SessionID2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue