Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
4
' 			  SEE CIRCULAR DEPENDENCIES	
4
'   see_circular_dependencies.asp
5
'										
5
'										
6
'=====================================================
6
'=====================================================
7
%>
7
%>
8
<%
8
<%
9
Option explicit
9
Option explicit
Line 124... Line 124...
124
	If (ERRlog <> "") Then 
124
	If (ERRlog <> "") Then 
125
		Session("ERRlog") = ERRlog
125
		Session("ERRlog") = ERRlog
126
		Session("ERRlogFULL") = ERRlogFULL
126
		Session("ERRlogFULL") = ERRlogFULL
127
		Session("AdditionalParams") = "$PACKAGE$,"& parPkgN &" "& parPkgV
127
		Session("AdditionalParams") = "$PACKAGE$,"& parPkgN &" "& parPkgV
128
		'Response.write ERRlog
128
		'Response.write ERRlog
-
 
129
        Call Destroy_All_Objects
129
		Response.Redirect("message.asp?msg=202-5&justemplate=true"& QSTR)
130
		Response.Redirect("message.asp?msg=202-5&justemplate=true"& QSTR)
130
	End If
131
	End If
131
	
132
	
132
Else
133
Else
133
	Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
134
	Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
134
	Response.write QSTR_FullQuery 
135
	Response.write QSTR_FullQuery 
135
End If
136
End If
136
%>
-
 
137
137
Call Destroy_All_Objects
-
 
138
%>
-
 
139
 
-
 
140