Subversion Repositories DevTools

Rev

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

Rev 177 Rev 1286
Line 4... Line 4...
4
' Description:   Contains list of common subs and functions
4
' Description:   Contains list of common subs and functions
5
'=====================================================
5
'=====================================================
6
'-----------------------------------------------------------------------------------------------------------------
6
'-----------------------------------------------------------------------------------------------------------------
7
' NOTE: This is NOT USED
7
' NOTE: This is NOT USED
8
' It is here only to satisfy Application variable in asp which VBS don't know about
8
' It is here only to satisfy Application variable in asp which VBS don't know about
-
 
9
'
-
 
10
' Within IIS these data items are provide by global.asa, which is in the root
-
 
11
' of the IIS server.
-
 
12
'
9
Function Application( sParam )
13
Function Application( sParam )
10
   If sParam = "TNS_NAME" Then
14
   If sParam = "TNS_NAME" Then
11
      Application = ""
15
      Application = ""
12
   ElseIf sParam = "RELEASE_MANAGER_LOGIN" Then
16
   ElseIf sParam = "RELEASE_MANAGER_LOGIN" Then
13
      Application = ""
17
      Application = ""