MS
This commit is contained in:
@@ -17,7 +17,7 @@ Public Class frmWD_CreateVersion
|
||||
VERSION = VERSION + 1
|
||||
Dim upd = String.Format("UPDATE TBPMO_DOCRESULT_LIST SET Version = {0} WHERE DocID = {1}", VERSION, row.Item("DOC_ID"))
|
||||
clsDatabase.Execute_non_Query(upd)
|
||||
If LICENSE_SITE_PROXY = True And ClassProxy.MyPROXYConnectionString <> String.Empty Then
|
||||
If LICENSE_SITE_PROXY = True And clsDatabase.DB_PROXY_INITIALIZED Then
|
||||
clsDatabase.Execute_non_Query(upd, True)
|
||||
End If
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user