Subversion Repositories DevTools

Rev

Rev 5506 | Rev 6176 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5957
Line 126... Line 126...
126
      Call MakeReject()
126
      Call MakeReject()
127
   End If
127
   End If
128
 
128
 
129
 
129
 
130
 
130
 
-
 
131
   Call Destroy_All_Objects
131
   If Request("rfile") <> "" Then
132
   If Request("rfile") <> "" Then
132
      Response.Redirect ( Request("rfile") &"?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
133
      Response.Redirect ( Request("rfile") &"?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
133
   Else
134
   Else
134
      Response.Redirect ( "dependencies?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
135
      Response.Redirect ( "dependencies?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") )
135
   End If
136
   End If
Line 137... Line 138...
137
Else
138
Else
138
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
139
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
139
   Response.write QSTR_FullQuery
140
   Response.write QSTR_FullQuery
140
End If
141
End If
141
%>
142
%>
142
 
-
 
143
<!-- DESTRUCTOR ------->
143
<!-- DESTRUCTOR ------->
144
<!--#include file="common/destructor.asp"-->
144
<!--#include file="common/destructor.asp"-->