Actions
Bug #683
closedCosmetic issue on PPPs
Start date:
06/21/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
Slight cosmetic issue on interfaces_ppps.php. The tab_array for PPPs is not set to true so the tab is not displayed as active when it has been selected.
i.e.
tab_array[5] = array("PPPs", false, "interfaces_ppps.php");
should be
$tab_array[5] = array("PPPs", true, "interfaces_ppps.php");
Actions