From: Janusz Dobrowolski Date: Sun, 22 Feb 2009 10:47:27 +0000 (+0000) Subject: Removed obsolete $applications array. X-Git-Tag: v2.4.2~19^2~1520 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=e2c28ab78966fb230bd1046a28c2c5e267becca8;p=fa-stable.git Removed obsolete $applications array. --- diff --git a/config.php b/config.php index 07dbc8f6..aaf3580d 100644 --- a/config.php +++ b/config.php @@ -159,22 +159,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,20), ); - /* - System tabs. This variable should be in future included from separate file for extended module manager - */ - $applications = array ( - 'orders' => _("&Sales"), - 'AP'=>_("&Purchases"), - 'stock'=> _("&Items and Inventory"), - 'manuf'=> _("&Manufacturing"), - 'proj'=>_("&Dimensions"), - 'GL'=>_("&Banking and General Ledger"), - 'system'=>_("S&etup") - ); /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */ $def_app = "orders"; - //MySQL Backup and Restore Settings if(isset($_SESSION["wa_current_user"])) {