Form dex access fix
This commit is contained in:
parent
d9fe5cdb09
commit
fab813c799
|
@ -407,6 +407,10 @@
|
|||
EntryType = 1
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
If 1 > EntryType Then
|
||||
EntryType = 1
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
@ -427,6 +431,10 @@
|
|||
EntryType = 1
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
If 1 > EntryType Then
|
||||
EntryType = 1
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
|
|
Loading…
Reference in New Issue