Nuke Available its wasting tab space.

This commit is contained in:
Scott Ullrich 2009-06-24 18:48:19 -04:00
parent be8de62e25
commit 2b9fbe3ab5

View File

@ -81,7 +81,7 @@ include("head.inc");
$testing_version = substr($version, $hyphen + 1, strlen($version) - $hyphen);
$tab_array = array();
$tab_array[] = array("Available {$version} packages", $requested_version <> "" ? false : true, "pkg_mgr.php");
$tab_array[] = array("{$version} packages", $requested_version <> "" ? false : true, "pkg_mgr.php");
// $tab_array[] = array("Packages for any platform", $requested_version == "none" ? true : false, "pkg_mgr.php?ver=none");
// $tab_array[] = array("Packages with a different version", $requested_version == "other" ? true : false, "pkg_mgr.php?ver=other");
$tab_array[] = array("Installed Packages", false, "pkg_mgr_installed.php");