Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 61... Line 61...
61
'--- Process submition ---
61
'--- Process submition ---
62
If (Request("pv_id") <> "") AND (Request("patch_id") <> "") Then
62
If (Request("pv_id") <> "") AND (Request("patch_id") <> "") Then
63
   ' All mandatory parameters FOUND
63
   ' All mandatory parameters FOUND
64
   Call RemovePatch ( Request("pv_id"), Request("patch_id") )
64
   Call RemovePatch ( Request("pv_id"), Request("patch_id") )
65
 
65
 
-
 
66
   Call Destroy_All_Objects
66
   Response.Redirect("patches.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
67
   Response.Redirect("patches.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
67
Else
68
Else
68
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
69
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
69
   Response.write QSTR_FullQuery
70
   Response.write QSTR_FullQuery
70
 
71
 
71
End If
72
End If
72
%>
73
%>
73
 
-
 
74
<!-- DESTRUCTOR ------->
74
<!-- DESTRUCTOR ------->
75
<!--#include file="common/destructor.asp"-->
75
<!--#include file="common/destructor.asp"-->