Subversion Repositories DevTools

Rev

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

Rev 4430 Rev 4553
Line 297... Line 297...
297
'
297
'
298
' All functions in this section originally came from _make_approved.asp and were placed here to support their use in more
298
' All functions in this section originally came from _make_approved.asp and were placed here to support their use in more
299
' than the original singular context. Being relocated here allows them to be used in the additional "Bulk Release" context.
299
' than the original singular context. Being relocated here allows them to be used in the additional "Bulk Release" context.
300
'=============================================================================================================================
300
'=============================================================================================================================
301
 
301
 
302
'----------------------------------------------------------------------------------------------------------------------------------------
-
 
303
Function PRIVATE_Get_CQ_Issues ( SSsql, OOrsCQ )
-
 
304
   'On Error Resume Next
-
 
305
   OOrsCQ.ActiveConnection = CQ_conn
-
 
306
   OOrsCQ.Source = SSsql
-
 
307
   OOrsCQ.CursorType = 0
-
 
308
   OOrsCQ.CursorLocation = 2
-
 
309
   OOrsCQ.LockType = 3
-
 
310
   OOrsCQ.Open()
-
 
311
   PRIVATE_Get_CQ_Issues = Err.Number
-
 
312
End Function
-
 
313
'------------------------------------------------------------------------------------------------------------------------------------------
302
'------------------------------------------------------------------------------------------------------------------------------------------
314
' Currently, this function does not seem to be used. The call to it was commented out in the _make_approved.asp file from where it was
303
' Currently, this function does not seem to be used. The call to it was commented out in the _make_approved.asp file from where it was
315
' originally called from.
304
' originally called from.
316
'
305
'
317
Sub PRIVATE_NotifyInterestAutoBuild( NNrtag_id, NNpv_id )
306
Sub PRIVATE_NotifyInterestAutoBuild( NNrtag_id, NNpv_id )