Subversion Repositories DevTools

Rev

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

Rev 4553 Rev 4585
Line 1881... Line 1881...
1881
 
1881
 
1882
   <%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
1882
   <%If IsNull(pkgInfoHash.Item ("is_patch")) Then%>
1883
      <fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">Dependency Issues</legend>
1883
      <fieldset class="fset"><legend class="body_colb"><img src="images/s_bugs.gif" width="21" height="18" border="0" hspace="4" align="absmiddle">Dependency Issues</legend>
1884
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1884
         <table width="100%" border="0" cellspacing="1" cellpadding="2">
1885
 
1885
 
-
 
1886
            <%
-
 
1887
            If  Request("ShowIssues") <> "" Then
1886
            <%retVal = Get_Package_Issues ( parPv_id, SQLstr, NULL, NULL, NULL )
1888
                retVal = Get_Package_Issues ( parPv_id, SQLstr, NULL, NULL, NULL )
-
 
1889
            Else
-
 
1890
                retVal = 0
-
 
1891
                %>
-
 
1892
                <tr>
-
 
1893
                    <td class="sublbox_txt">
-
 
1894
                        <a href="javascript:window.location.href=window.location.href+'&ShowIssues=1'">Show Issues of Dependent Packages</a>
-
 
1895
                    </td>
-
 
1896
                </tr>
-
 
1897
                <%
-
 
1898
            End If
1887
            If (retVal > 0) Then
1899
            If (retVal > 0) Then
1888
               retVal = Get_Dependency_CQ_Issues ( SQLstr, rsCQ, depIssDict, issArr )
1900
               retVal = Get_Dependency_CQ_Issues ( SQLstr, rsCQ, depIssDict, issArr )
1889
               If retVal = 0 Then%>
1901
               If retVal = 0 Then%>
1890
                  <%
1902
                  <%
1891
                  currG1 = 0
1903
                  currG1 = 0