Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 51... Line 51...
51
 
51
 
52
'--- Process submition ---
52
'--- Process submition ---
53
If (Request("pv_id") <> "") AND  (Request("iss_link") <> "") Then
53
If (Request("pv_id") <> "") AND  (Request("iss_link") <> "") Then
54
   ' All mandatory parameters FOUND
54
   ' All mandatory parameters FOUND
55
   Call Remove_Issue( Request("pv_id"), Request("iss_link") )
55
   Call Remove_Issue( Request("pv_id"), Request("iss_link") )
-
 
56
   Call Destroy_All_Objects
56
   Response.Redirect("fixed_issues.asp?hidenv=true&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
57
   Response.Redirect("fixed_issues.asp?hidenv=true&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
57
Else
58
Else
58
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
59
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
59
   Response.write QSTR_FullQuery
60
   Response.write QSTR_FullQuery
60
End If
61
End If
61
%>
62
%>
62
 
-
 
63
<!-- DESTRUCTOR ------->
63
<!-- DESTRUCTOR ------->
64
<!--#include file="common/destructor.asp"-->
64
<!--#include file="common/destructor.asp"-->