Subversion Repositories DevTools

Rev

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

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