Subversion Repositories DevTools

Rev

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

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