Subversion Repositories DevTools

Rev

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

Rev 5957 Rev 6324
Line 45... Line 45...
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
   Call Destroy_All_Objects
50
   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") & "#ADDITIONAL_NOTES")
51
Else
51
Else
52
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
52
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
53
   Response.write QSTR_FullQuery
53
   Response.write QSTR_FullQuery
54
 
54
 
55
End If
55
End If