Subversion Repositories DevTools

Rev

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

Rev 3907 Rev 3928
Line 136... Line 136...
136
   set brokenReadyHash = nothing
136
   set brokenReadyHash = nothing
137
   set brokenHash = nothing
137
   set brokenHash = nothing
138
   set pkgInfoHash = nothing
138
   set pkgInfoHash = nothing
139
   set OraDatabase = nothing
139
   set OraDatabase = nothing
140
   set OraSession = nothing
140
   set OraSession = nothing
141
   set userdetailsHash = nothing
-
 
142
End Sub
141
End Sub
143
'-----------------------------------------------------------------------------------------------------------------------------
142
'-----------------------------------------------------------------------------------------------------------------------------
144
Function InStrPipes ( SSstr, SSsubstr )
143
Function InStrPipes ( SSstr, SSsubstr )
145
   If InStr( SSstr, "|"& SSsubstr &"|") > 0 Then
144
   If InStr( SSstr, "|"& SSsubstr &"|") > 0 Then
146
      InStrPipes = true
145
      InStrPipes = true