Subversion Repositories DevTools

Rev

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

Rev 119 Rev 1376
Line 65... Line 65...
65
%>
65
%>
66
<%
66
<%
67
'-----------------------  MAIN LINE  ---------------------------
67
'-----------------------  MAIN LINE  ---------------------------
68
'--- Process submition ---
68
'--- Process submition ---
69
If (parFromRtag_id <> "") AND (parToRtag_id <> "") Then
69
If (parFromRtag_id <> "") AND (parToRtag_id <> "") Then
70
	' All mendatory parameters FOUND
70
	' All mandatory parameters FOUND
71
	
71
	
72
	
72
	
73
	'COMPLETE THE REQUEST...
73
	'COMPLETE THE REQUEST...
74
	Call Import_Release ( parFromRtag_id, parToRtag_id )
74
	Call Import_Release ( parFromRtag_id, parToRtag_id )
75
	
75
	
Line 78... Line 78...
78
		Response.Redirect("dependencies.asp?rtag_id="& parToRtag_id )
78
		Response.Redirect("dependencies.asp?rtag_id="& parToRtag_id )
79
	End If
79
	End If
80
	
80
	
81
	
81
	
82
Else
82
Else
83
	Response.write "Some mendatory parameters are missing!" & "<br>" 'TODO
83
	Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
84
	Response.write QSTR_All 
84
	Response.write QSTR_All 
85
End If
85
End If
86
%>
86
%>
87
 
87
 
88
<!-- DESTRUCTOR ------->
88
<!-- DESTRUCTOR ------->