Remove 'View Vendors' link to admin/adminVendors.php now that 'View Vendors' is part of the common sidebar

This commit is contained in:
Chris Morgan
2005-10-25 02:40:27 +00:00
committed by WineHQ
parent 40138af1a8
commit 25edd18770

View File

@@ -17,7 +17,6 @@ function global_admin_menu() {
$g->add("View App Data Queue (".$_SESSION['current']->getQueuedAppDataCount().")", BASE."admin/adminAppDataQueue.php");
$g->add("View Maintainer Queue (".getQueuedMaintainerCount().")", BASE."admin/adminMaintainerQueue.php");
$g->add("View Maintainer Entries (".getMaintainerCount().")", BASE."admin/adminMaintainers.php");
$g->add("View Vendors (".getVendorCount().")", BASE."admin/adminVendors.php");
$g->add("View Bug Links (".getNumberOfQueuedBugLinks()."/".getNumberOfBugLinks().")", BASE."admin/adminBugs.php");
$g->add("View Test Results Queue (".getNumberOfQueuedTests().")", BASE."admin/adminTestResults.php");