Subversion Repositories DevTools

Rev

Rev 5506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5933
Line 7... Line 7...
7
'------------ Variable Definition -------------
7
'------------ Variable Definition -------------
8
Dim parPkg_id
8
Dim parPkg_id
9
Dim parPv_id
9
Dim parPv_id
10
Dim parOLDpv_id
10
Dim parOLDpv_id
11
Dim parRfile
11
Dim parRfile
-
 
12
Dim parIndex
12
Dim sPkg_Name
13
Dim sPkg_Name
13
Dim sPkg_Version
14
Dim sPkg_Version
14
Dim bIsPatch
15
Dim bIsPatch
15
Dim bCanInsertPkg
16
Dim bCanInsertPkg
16
 
17
 
Line 18... Line 19...
18
'------------ Variable Init -------------------
19
'------------ Variable Init -------------------
19
parPkg_id = Request ( "pkg_id" )
20
parPkg_id = Request ( "pkg_id" )
20
parPv_id = Request ( "pv_id" )
21
parPv_id = Request ( "pv_id" )
21
parOLDpv_id = Request ( "OLDpv_id" ) 
22
parOLDpv_id = Request ( "OLDpv_id" ) 
22
parRfile = Request ( "rfile" )
23
parRfile = Request ( "rfile" )
-
 
24
parIndex = Request("index")
23
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
25
Set pkgInfoHash = CreateObject("Scripting.Dictionary")
24
bCanInsertPkg = FALSE
26
bCanInsertPkg = FALSE
25
bIsPatch = FALSE
27
bIsPatch = FALSE
26
'----------------------------------------------
28
'----------------------------------------------
27
%>
29
%>