Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 55... Line 55...
55
 
55
 
56
'--- Process submition ---
56
'--- Process submition ---
57
If (Request("pv_id") <> "") AND (Request("rtd_id") <> "") AND (Request("rtag_id") <> "") Then
57
If (Request("pv_id") <> "") AND (Request("rtd_id") <> "") AND (Request("rtag_id") <> "") Then
58
   ' All mandatory parameters FOUND
58
   ' All mandatory parameters FOUND
59
   Call Remove_Runtime_Dependency ( Request("pv_id"), Request("rtd_id") )
59
   Call Remove_Runtime_Dependency ( Request("pv_id"), Request("rtd_id") )
-
 
60
   Call Destroy_All_Objects
60
   Response.Redirect("runtime_dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
61
   Response.Redirect("runtime_dependencies.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
61
Else
62
Else
62
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
63
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
63
   Response.write QSTR_FullQuery
64
   Response.write QSTR_FullQuery
64
 
65
 
65
End If
66
End If
66
%>
67
%>
67
 
-
 
68
<!-- DESTRUCTOR ------->
68
<!-- DESTRUCTOR ------->
69
<!--#include file="common/destructor.asp"-->
69
<!--#include file="common/destructor.asp"-->