Subversion Repositories DevTools

Rev

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

Rev 5632 Rev 5957
Line 48... Line 48...
48
<%
48
<%
49
'==================== MAIN LINE ===============================
49
'==================== MAIN LINE ===============================
50
 
50
 
51
' Check for Required parameters
51
' Check for Required parameters
52
If (parSearchType = "")  OR  (nEnvTab = "") Then
52
If (parSearchType = "")  OR  (nEnvTab = "") Then
-
 
53
   Call Destroy_All_Objects
53
   Response.Redirect ("dependencies.asp?rtag_id="& Request("rtag_id"))
54
   Response.Redirect ("dependencies.asp?rtag_id="& Request("rtag_id"))
54
End If
55
End If
55
'==============================================================
56
'==============================================================
56
%>
57
%>
57
<html>
58
<html>
Line 279... Line 280...
279
</table>
280
</table>
280
<!-- FOOTER -->
281
<!-- FOOTER -->
281
<!--#include file="_footer.asp"-->
282
<!--#include file="_footer.asp"-->
282
</body>
283
</body>
283
</html>
284
</html>
284
<%
-
 
285
Call Destroy_All_Objects
-
 
286
%>
-