Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5957
Line 80... Line 80...
80
%>
80
%>
81
<%
81
<%
82
'Process submission
82
'Process submission
83
'------------ Action Requirements -------------------
83
'------------ Action Requirements -------------------
84
If CBool(QStrPar("action"))   AND  objAccessControl.UserLogedIn  Then
84
If CBool(QStrPar("action"))   AND  objAccessControl.UserLogedIn  Then
85
 
-
 
86
   Call SubmitObsoleteComments ( Request("patch_id_list") )
85
    Call SubmitObsoleteComments ( Request("patch_id_list") )
87
   If objEH.Finally Then
86
    If objEH.Finally Then
88
   Call OpenInParentWindow ( "patches.asp?pv_id="& parPv_id &"&rtag_id="& Request("rtag_id") )
87
        Call OpenInParentWindow ( "patches.asp?pv_id="& parPv_id &"&rtag_id="& Request("rtag_id") )
-
 
88
        Call Destroy_All_Objects
89
      Response.End
89
        Response.End
90
   End If
90
    End If
91
End If
91
End If
92
%>
92
%>
93
<html>
93
<html>
94
<head>
94
<head>
95
<title>Release Manager</title>
95
<title>Release Manager</title>
Line 179... Line 179...
179
Call objFormComponent.FormEnd()
179
Call objFormComponent.FormEnd()
180
'-- FROM END ----------------------------------------------------------------------------------------------------------------
180
'-- FROM END ----------------------------------------------------------------------------------------------------------------
181
%>
181
%>
182
</body>
182
</body>
183
</html>
183
</html>
184
 
-
 
185
 
-
 
186
<!-- DESTRUCTOR ------->
184
<!-- DESTRUCTOR ------->
187
<!--#include file="common/destructor.asp"-->
185
<!--#include file="common/destructor.asp"-->