Subversion Repositories DevTools

Rev

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

Rev 5338 Rev 5396
Line 416... Line 416...
416
                Call objRC.Run_ReleaseChanged(parRtag_id,parOLDpv_id,enumRELEASE_CHANGE_MODE_PKG_REMOVED, true)
416
                Call objRC.Run_ReleaseChanged(parRtag_id,parOLDpv_id,enumRELEASE_CHANGE_MODE_PKG_REMOVED, true)
417
                Set objRC = Nothing
417
                Set objRC = Nothing
418
            End If
418
            End If
419
 
419
 
420
            If objEH.Finally Then
420
            If objEH.Finally Then
421
               Response.Redirect("dependencies.asp?rtag_id="& parRtag_id &"&pv_id="& NEWpv_id )
421
               Response.Redirect("fixed_issues.asp?rtag_id="& parRtag_id &"&pv_id="& NEWpv_id )
422
            End If
422
            End If
423
         End If
423
         End If
424
      Else
424
      Else
425
         Call RaiseMsg( enum_MSG_PACKAGE_VERSION_INVALID&"?rtag_id="& parRtag_id &"&pv_id="& parOLDpv_id &"", parFRnewver )
425
         Call RaiseMsg( enum_MSG_PACKAGE_VERSION_INVALID&"?rtag_id="& parRtag_id &"&pv_id="& parOLDpv_id &"", parFRnewver )
426
      End If
426
      End If