Subversion Repositories DevTools

Rev

Rev 6078 | Rev 6579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6078 Rev 6080
Line 36... Line 36...
36
Dim bShowNone
36
Dim bShowNone
37
Dim sPrevPage
37
Dim sPrevPage
38
'------------ Constants Declaration -----------
38
'------------ Constants Declaration -----------
39
 
39
 
40
'------------ Variable Init -------------------
40
'------------ Variable Init -------------------
-
 
41
sPrevPage = QStrParDefault("prevPage", Request.ServerVariables("HTTP_REFERER"))
41
bShowAll = Request("ShowAll")
42
bShowAll = Request("ShowAll")
42
bShowAny = Request("ShowAny")
43
bShowAny = Request("ShowAny")
43
bShowNone = Request("ShowNone")
44
bShowNone = Request("ShowNone")
44
sPrevPage = QStrParDefault("prevPage", Request.ServerVariables("HTTP_REFERER"))
45
If isEmpty(bShowAll) AND isEmpty(bShowAny) Then
-
 
46
    bShowNone = TRUE
-
 
47
End If
45
 
48
 
46
 
49
 
47
'--------------------------------------------------------------------------------------------------------------------------
50
'--------------------------------------------------------------------------------------------------------------------------
48
'  release_licencing_query_string
51
'  release_licencing_query_string
49
'
52
'