Subversion Repositories DevTools

Rev

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

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