Subversion Repositories DevTools

Rev

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

Rev 129 Rev 5061
Line 52... Line 52...
52
<%
52
<%
53
'Process submition
53
'Process submition
54
'---------------------------------------
54
'---------------------------------------
55
' THIS IS FOR SYSTEM ADMIN ONLY
55
' THIS IS FOR SYSTEM ADMIN ONLY
56
'---------------------------------------
56
'---------------------------------------
57
'If objAccessControl.IsDataActive("PROJECTS", DB_PROJ_ID, "UnRipplePackage") Then
57
'If canActionControlInProject("UnRipplePackage") Then
58
   Call UnRipplePackage ()
58
   Call UnRipplePackage ()
59
   Response.Redirect ("fixed_issues.asp?rtag_id="& parRtag_id &"&pv_id="& parPv_id)
59
   Response.Redirect ("fixed_issues.asp?rtag_id="& parRtag_id &"&pv_id="& parPv_id)
60
'End If
60
'End If
61
%>
61
%>
62
 
62