Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 74... Line 74...
74
 
74
 
75
    For ii = 0 To UBound(sdktagArray)
75
    For ii = 0 To UBound(sdktagArray)
76
        Call RemoveReleaseSdk ( Request("rtag_id"), sdktagArray(ii), ProblemsString )
76
        Call RemoveReleaseSdk ( Request("rtag_id"), sdktagArray(ii), ProblemsString )
77
    Next
77
    Next
78
 
78
 
-
 
79
   Call Destroy_All_Objects
79
   Response.Redirect( "dependencies.asp?rtag_id="& Request("rtag_id") )
80
   Response.Redirect( "dependencies.asp?rtag_id="& Request("rtag_id") )
80
 
81
 
81
Else
82
Else
82
 
83
 
83
   Err.Raise 8, "This page requires more paramaters to run.<br>"& objPMod.ComposeURL()
84
   Err.Raise 8, "This page requires more paramaters to run.<br>"& objPMod.ComposeURL()
84
 
85
 
85
End If
86
End If
86
 
87
 
87
'----------------------------------------------------------------
88
'----------------------------------------------------------------
88
%>
89
%>
89
 
-
 
90
<!-- DESTRUCTOR ------->
90
<!-- DESTRUCTOR ------->
91
<!--#include file="common/destructor.asp"-->
91
<!--#include file="common/destructor.asp"-->