Subversion Repositories DevTools

Rev

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

Rev 1376 Rev 4955
Line 64... Line 64...
64
   Call RemovePatch ( Request("pv_id"), Request("patch_id") )
64
   Call RemovePatch ( Request("pv_id"), Request("patch_id") )
65
 
65
 
66
   Response.Redirect("patches.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
66
   Response.Redirect("patches.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
67
Else
67
Else
68
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
68
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
69
   Response.write QSTR_All
69
   Response.write QSTR_FullQuery
70
 
70
 
71
End If
71
End If
72
%>
72
%>
73
 
73
 
74
<!-- DESTRUCTOR ------->
74
<!-- DESTRUCTOR ------->