summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/pkg_mgr.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index 8af16ca..46a0455 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -155,6 +155,7 @@ if(!$pkg_info || !is_array($pkg_info)):?>
<?php
foreach($pkg_info as $index):
+
if(get_package_id($index['name']) >= 0 ) {
continue;
}
@@ -175,14 +176,19 @@ if(!$pkg_info || !is_array($pkg_info)):?>
</a>
</td>
-<?php if (!$g['disablepackagehistory']):?>
+<?php
+/* // We no longer have a package revision history URL
+ if (!$g['disablepackagehistory']):?>
<td>
<!-- XXX: $changeloglink is undefined -->
<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($changeloglink)?>">
<?=htmlspecialchars($index['version'])?>
</a>
</td>
-<?php endif;?>
+<?php
+endif;
+*/
+?>
<td>
<?=$index['desc']?>
</td>
OpenPOWER on IntegriCloud