Subversion Repositories DevTools

Rev

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

Rev 119 Rev 1376
Line 88... Line 88...
88
%>
88
%>
89
<%
89
<%
90
'-----------------------  MAIN LINE  ---------------------------
90
'-----------------------  MAIN LINE  ---------------------------
91
'--- Process submition ---
91
'--- Process submition ---
92
If (parFromRtag_id <> "") AND (parToRtag_id <> "") Then
92
If (parFromRtag_id <> "") AND (parToRtag_id <> "") Then
93
	' All mendatory parameters FOUND
93
	' All mandatory parameters FOUND
94
 
94
 
95
	
95
	
96
	'COMPLETE THE REQUEST...
96
	'COMPLETE THE REQUEST...
97
	Call Import_Dependency ( parFromRtag_id, parToRtag_id )
97
	Call Import_Dependency ( parFromRtag_id, parToRtag_id )
98
	
98
	
Line 101... Line 101...
101
		Response.Redirect("dependencies.asp?rtag_id="& parToRtag_id )
101
		Response.Redirect("dependencies.asp?rtag_id="& parToRtag_id )
102
	End If
102
	End If
103
	
103
	
104
	
104
	
105
Else
105
Else
106
	Response.write "Some mendatory parameters are missing!" & "<br>" 'TODO
106
	Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
107
	Response.write QSTR_All 
107
	Response.write QSTR_All 
108
End If
108
End If
109
%>
109
%>
110
 
110
 
111
 
111