Subversion Repositories DevTools

Rev

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

Rev 123 Rev 129
Line 35... Line 35...
35
%>
35
%>
36
<%
36
<%
37
'---------------------------------- MAIN LINE ----------------------------------------
37
'---------------------------------- MAIN LINE ----------------------------------------
38
 
38
 
39
' REQUREMENTS CHECK
39
' REQUREMENTS CHECK
40
Call PUBLIC_Run_onMakeOfficial ( parRtag_id, parPv_id )
40
If PUBLIC_Run_onMakeOfficial ( parRtag_id, parPv_id ) = TRUE Then
41
 
-
 
42
Call PUBLIC_NotifyInterestManualBuild ( parRtag_id, parPv_id )
41
   Call PUBLIC_NotifyInterestManualBuild ( parRtag_id, parPv_id )
-
 
42
Else
-
 
43
   ' do nothing - the reality is that the exception handling done in PUBLIC_Run_onMakeOfficial redirects on an error anyway.
-
 
44
End If
43
 
45
 
44
'Return Page
46
'Return Page
45
If parRfile = "" Or parRfile = "_generate_release_notes.asp" Then
47
If parRfile = "" Or parRfile = "_generate_release_notes.asp" Then
46
    Response.Redirect ( "fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
48
    Response.Redirect ( "fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
47
Else
49
Else