Subversion Repositories DevTools

Rev

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

Rev 129 Rev 5061
Line 62... Line 62...
62
%>
62
%>
63
<%
63
<%
64
'-----------------------  MAIN LINE  ---------------------------
64
'-----------------------  MAIN LINE  ---------------------------
65
 
65
 
66
'------ ACCESS CONTROL ----------
66
'------ ACCESS CONTROL ----------
67
If NOT objAccessControl.IsVisible("AddReleaseReference") Then
67
If NOT canShowControlInProject("AddReleaseReference") Then
68
   Call OpenInWindow ( "Login.asp?message=4&rfile="& scriptName & objPMod.ComposeURLWithout("rfile") )
68
   Call OpenInWindow ( "Login.asp?message=4&rfile="& scriptName & objPMod.ComposeURLWithout("rfile") )
69
End If
69
End If
70
'--------------------------------
70
'--------------------------------
71
 
71
 
72
If (Request("RefRtag_id") <> "")  AND  (Request("ToRtag_id") <> "") Then
72
If (Request("RefRtag_id") <> "")  AND  (Request("ToRtag_id") <> "") Then