Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 44... Line 44...
44
 
44
 
45
'--- Process submition ---
45
'--- Process submition ---
46
If (Request("pv_id") <> "") AND (Request("note_id") <> "")  Then
46
If (Request("pv_id") <> "") AND (Request("note_id") <> "")  Then
47
   ' All mandatory parameters FOUND
47
   ' All mandatory parameters FOUND
48
   Call Remove_Additional_Note ( Request("note_id"), Request("pv_id") )
48
   Call Remove_Additional_Note ( Request("note_id"), Request("pv_id") )
-
 
49
   Call Destroy_All_Objects
49
   Response.Redirect("fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
50
   Response.Redirect("fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
50
Else
51
Else
51
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
52
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
52
   Response.write QSTR_FullQuery
53
   Response.write QSTR_FullQuery
53
 
54
 
54
End If
55
End If
55
%>
56
%>
56
 
-
 
57
<!-- DESTRUCTOR ------->
57
<!-- DESTRUCTOR ------->
58
<!--#include file="common/destructor.asp"-->
58
<!--#include file="common/destructor.asp"-->