Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 32... Line 32...
32
%>
32
%>
33
 
33
 
34
<%
34
<%
35
'Process submition
35
'Process submition
36
Call PUBLIC_MakeBulkReject (parRtag_id, parPVIDList)
36
Call PUBLIC_MakeBulkReject (parRtag_id, parPVIDList)
-
 
37
Call Destroy_All_Objects
37
If parPv_id Then
38
If parPv_id Then
38
   Response.Redirect ( "dependencies.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
39
   Response.Redirect ( "dependencies.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
39
Else
40
Else
40
   Response.Redirect ( "dependencies.asp?rtag_id="& parRtag_id )
41
   Response.Redirect ( "dependencies.asp?rtag_id="& parRtag_id )
41
End If
42
End If
42
%>
43
%>
43
 
-
 
44
<!-- DESTRUCTOR ------->
-
 
45
<!--#include file="common/destructor.asp"-->
-