Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 71... Line 71...
71
   '--- Process submition ---
71
   '--- Process submition ---
72
   If InStr(Request("refrtag_id"), ",") = 0 Then
72
   If InStr(Request("refrtag_id"), ",") = 0 Then
73
      Call RemoveReleaseReference ( Request("rtag_id"), Request("refrtag_id"), ProblemsString )
73
      Call RemoveReleaseReference ( Request("rtag_id"), Request("refrtag_id"), ProblemsString )
74
   End If
74
   End If
75
 
75
 
-
 
76
   Call Destroy_All_Objects
76
   Response.Redirect( "dependencies.asp?rtag_id="& Request("rtag_id") )
77
   Response.Redirect( "dependencies.asp?rtag_id="& Request("rtag_id") )
77
 
78
 
78
Else
79
Else
79
 
80
 
80
   Err.Raise 8, "This page requires more paramaters to run.<br>"& objPMod.ComposeURL()
81
   Err.Raise 8, "This page requires more paramaters to run.<br>"& objPMod.ComposeURL()
81
 
82
 
82
End If
83
End If
83
 
84
 
84
'----------------------------------------------------------------
85
'----------------------------------------------------------------
85
%>
86
%>
86
 
-
 
87
<!-- DESTRUCTOR ------->
87
<!-- DESTRUCTOR ------->
88
<!--#include file="common/destructor.asp"-->
88
<!--#include file="common/destructor.asp"-->