Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 70... Line 70...
70
If (Request("rtag_id") <> "") AND (Request("pv_id") <> "")  Then
70
If (Request("rtag_id") <> "") AND (Request("pv_id") <> "")  Then
71
 
71
 
72
   'COMPLETE THE REQUEST...
72
   'COMPLETE THE REQUEST...
73
   Call MakeUnreleased ( )
73
   Call MakeUnreleased ( )
74
 
74
 
75
 
-
 
-
 
75
   Call Destroy_All_Objects
76
   If Request("rfile") <> "" Then
76
   If Request("rfile") <> "" Then
77
      Response.Redirect ( Request("rfile") &"?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
77
      Response.Redirect ( Request("rfile") &"?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
78
   Else
78
   Else
79
      Response.Redirect ( "dependencies?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
79
      Response.Redirect ( "dependencies?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
80
   End If
80
   End If
Line 82... Line 82...
82
Else
82
Else
83
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
83
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
84
   Response.write QSTR_FullQuery
84
   Response.write QSTR_FullQuery
85
End If
85
End If
86
%>
86
%>
87
 
-
 
88
<!-- DESTRUCTOR ------->
87
<!-- DESTRUCTOR ------->
89
<!--#include file="common/destructor.asp"-->
88
<!--#include file="common/destructor.asp"-->