Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 106... Line 106...
106
'Process submition
106
'Process submition
107
If CBool(Request("action")) AND objAccessControl.UserLogedIn Then
107
If CBool(Request("action")) AND objAccessControl.UserLogedIn Then
108
 
108
 
109
   Call UpdateCodeReview ( parPv_id )
109
   Call UpdateCodeReview ( parPv_id )
110
   Call OpenInParentWindow ("fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
110
   Call OpenInParentWindow ("fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
-
 
111
   'Call Destroy_All_Objects
111
   'Response.Redirect ( "_wform_code_review.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
112
   'Response.Redirect ( "_wform_code_review.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
112
   'Call CloseWindow
113
   'Call CloseWindow
113
 
114
 
114
End If
115
End If
115
Call Get_Pkg_Short_Info(  parPv_id, NULL, pkgName, pkgVersion, NULL, NULL, NULL )
116
Call Get_Pkg_Short_Info(  parPv_id, NULL, pkgName, pkgVersion, NULL, NULL, NULL )
Line 572... Line 573...
572
</form>
573
</form>
573
</body>
574
</body>
574
</html>
575
</html>
575
<%rsQry.Close
576
<%rsQry.Close
576
Set rsQry = Nothing%>
577
Set rsQry = Nothing%>
577
 
-
 
578
 
-
 
579
<!-- DESTRUCTOR ------->
578
<!-- DESTRUCTOR ------->
580
<!--#include file="common/destructor.asp"-->
579
<!--#include file="common/destructor.asp"-->