Subversion Repositories DevTools

Rev

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

Rev 5269 Rev 5270
Line 510... Line 510...
510
       OraDatabase.Parameters.Remove "PROJ_ID"
510
       OraDatabase.Parameters.Remove "PROJ_ID"
511
       OraDatabase.Parameters.Remove "PKG_ID"
511
       OraDatabase.Parameters.Remove "PKG_ID"
512
       rsQry.Close()
512
       rsQry.Close()
513
       Set rsQry = nothing
513
       Set rsQry = nothing
514
 
514
 
-
 
515
       If pageIsEditable Then
515
       GetFollowing = GetFollowing &  "<img class='image12 vixIframeDialog' href='_iframe_pkgs_followed.asp?proj_id=" & pkgInfoHash.Item ("proj_id") & "&pkg_id=" & pkgInfoHash.Item ("pkg_id") & "' title='Follow: " & pkgInfoHash.Item ("pkg_name") &"' src='images/i_follow.gif'>"
516
           GetFollowing = GetFollowing &  "<img class='image12 vixIframeDialog' href='_iframe_pkgs_followed.asp?proj_id=" & pkgInfoHash.Item ("proj_id") & "&pkg_id=" & pkgInfoHash.Item ("pkg_id") & "' title='Follow: " & pkgInfoHash.Item ("pkg_name") &"' src='images/i_follow.gif'>"
-
 
517
       End If
516
 
518
 
517
    End If
519
    End If
518
End Function
520
End Function
519
%>
521
%>
520
<%
522
<%