| 531 |
<? |
<? |
| 532 |
if(!strcmp($bug_list[3], "0(0)")) { ?> |
if(!strcmp($bug_list[3], "0(0)")) { ?> |
| 533 |
<a class="dash" href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=<? print rawurlencode($package); ?>">-</a> |
<a class="dash" href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=<? print rawurlencode($package); ?>">-</a> |
| 534 |
<? }else{ print bug_display($bug_list[3], "http://bugs.debian.org/cgi-bin/pkgreport.cgi?src="+ rawurlencode($package)+"&archive=no&pend-inc=pending-fixed&pend-inc=fixed"); } ?> |
<? }else{ print bug_display($bug_list[3], "http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=". rawurlencode($package)."&archive=no&pend-inc=pending-fixed&pend-inc=fixed"); } ?> |
| 535 |
</small> |
</small> |
| 536 |
</td> |
</td> |
| 537 |
<? |
<? |