Subversion Repositories DevTools

Rev

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

Rev 129 Rev 5061
Line 58... Line 58...
58
%>
58
%>
59
<%
59
<%
60
'-----------------------  MAIN LINE  ---------------------------
60
'-----------------------  MAIN LINE  ---------------------------
61
 
61
 
62
'------ ACCESS CONTROL ----------
62
'------ ACCESS CONTROL ----------
63
If NOT objAccessControl.IsVisible("RemoveReleaseReference") Then
63
If NOT canShowControlInProject("RemoveReleaseReference") Then
64
   Call OpenInWindow ( "Login.asp?message=4&rfile="& scriptName & objPMod.ComposeURLWithout("rfile") )
64
   Call OpenInWindow ( "Login.asp?message=4&rfile="& scriptName & objPMod.ComposeURLWithout("rfile") )
65
End If
65
End If
66
'--------------------------------
66
'--------------------------------
67
 
67
 
68
 
68