From e2c28ab78966fb230bd1046a28c2c5e267becca8 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 22 Feb 2009 10:47:27 +0000 Subject: [PATCH] Removed obsolete $applications array. --- config.php | 13 ------------- 1 file changed, 13 deletions(-) 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"])) { -- 2.30.2