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